home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 1 / United Public Domain Gold 1 .iso / text / ff001-0200 < prev    next >
Text File  |  1995-05-06  |  371KB  |  8,535 lines

  1.  
  2. This is disk 1 of the freely distributable AMIGA software library.
  3.  
  4. amigademo  Graphical benchmark for comparing amigas. Author: Charlie Heath 
  5.  
  6. amigaterm   Terminal emulation program with xmodem upload/download
  7. capability.Author: Michael Mounier
  8.  
  9. balls   Simulation of the "kinetic thingy" with balls on strings where only 
  10. the end balls move (quick, can YOU come up with a better description?).  
  11. Anyway, cute. Author: Perry Kivolowitz
  12.  
  13. colorful  Shows off use of hold-and-modify mode. Posted to usenet by R Pariseau.
  14.  
  15. dhrystone   Dhrystone benchmark program.Author: Reinhold Weicker 
  16. (Ada version) Rick Richardson (C version)
  17.  
  18. dotty       Source to the "dotty window" demo on the Workbench disk.
  19. Posted to usenet by Dale Luck.
  20.  
  21. freedraw    A small "paint" type program.  Free drawing, boxes, 
  22. filled boxes, etc.Author: Rick Ross
  23.  
  24. gad     "Fun with Gadgets".  Demonstration program for use
  25. of gadgets.Author: John Draper (Aka "crunch")
  26.  
  27. gfxmem      Graphical memory usage display program.  Watch your machine's
  28. memory usage!  Cute and useful.Author: Louis Mamakos
  29.  
  30. halfbrite   Sample program that demonstrates "Extra-Half-Brite" mode on
  31. latter AMIGA's with new VLSI chip.  Allows 64 colors in low-res mode, rather
  32. than 32.Posted to usenet by Robert Pariseau.
  33.  
  34. hello       Demonstrates creation of a simple window, "hello world".
  35. Posted to usenet by Eric Lavitsky.
  36.  
  37. latffp  Shows how to access the Motorola Fast Floating Pointlibrary from 
  38. Lattice C.  Also demonstrates the tremendous speedup obtained.
  39.         
  40. palette  Sample program for designing color palettes.Author: Charlie Heath
  41.  
  42. trackdisk   Demonstrates use of the trackdisk driver.  Useful example
  43. of "raw" disk read/write.Author: Rob Peck
  44.  
  45. requesters  Sample program and documentation for building and using 
  46. requesters.  John worked REAL hard to dig out all the information in this one
  47. Author: John Draper (aka "crunch")
  48.  
  49. speech   Sample speech demo program.  Stripped down version of"speechtoy".
  50. Author: Rob Peck
  51.  
  52. speechtoy   Another speech demo program.  Cute.  You have to see this
  53. one.  Be sure to click gadget that pops up the face.Author: David LucaS
  54. ------------------------------------------------------------------------
  55.  
  56. This is disk 2 of the freely distributable AMIGA software library.
  57.  
  58. alib    Object module librarian.Author: Mike Schwartz
  59.  
  60. cc  Unix-like frontend for Lattice C compiler.Author: Fred Fish
  61.  
  62. dbug    Macro based C debugging package.  Machine independent.Provides 
  63. function trace, selective printing of internal state information, and more.
  64.  
  65. make    Subset of "unix" make command.  Useful, but does not have many of the
  66. features of the full make, much less the newer "augmented make"
  67.  
  68. make2       Another make subset command.Author: Marc Mengel
  69.  
  70. microemacs  Small, relatively portable version of emacs.  Has keyboard 
  71. macros.  No extension language.Author: Dave Conroy
  72.  
  73. portar    Portable archiver.  Used to bundle text file up into a single file
  74. for transmission as a unit, or otherwise handling as a single file.  
  75. "Portable" because the code itself is portable and because the archive format
  76. is very simple (uses ascii headers to separate files).Author:  Martin Minow
  77.  
  78. xrf     C cross reference utility.  Originally from Decus C
  79. distribution.Author: Bob Denny
  80. --------------------------------------------------------------------------
  81.  
  82. This is disk 3 of the freely distributable AMIGA software library.
  83.  
  84. gothic      Gothic banner printer.  Prints DOWN the page, rather
  85. than across, so arbitrarily long banners can be created.  Send EOF (CTRL-\) 
  86. to end input.From a Decus C distribution several years ago.Author: unknown
  87.  
  88. roff        A "roff" type text formatter, roughly following "Software 
  89. Tools" version.  Somewhat upwardly compatible with unix "nroff" command.
  90.  
  91. ff  A very fast text formatter, controlled exclusively by command line 
  92. arguments.Author: Gary Perlman & hordes of students
  93.  
  94. cforth      A highly portable forth implementation.  Lots of goodies.
  95. Author: Allan Pratt
  96.  
  97. xlisp       A nice little lisp implementation.  Compiles and links
  98. ok, but something in the Lattice C setjmp/longjmp code prevents it from 
  99. currently running.  Might be easily fixed.  Version 1.4 Author: David Betz
  100. -------------------------------------------------------------------------
  101.  
  102. This is disk 4 of the freely distributable AMIGA software library.
  103.  
  104. banner      Prints horizontal banner (across screen).  From Decus
  105. C distribution of several years ago.Author: Unknown
  106.         
  107. bgrep       Another grep like utility, also using the Boyer-Moore
  108. algorithm.Author: Roy Mongiovi and Arnold Robbins
  109.  
  110. bison   A replacement for unix "yacc" command.  This is from the GNU (GNU is
  111. Not Unix) effort, and was obtained from the Free Software Foundation.  
  112. Compiles and links (with some effort) but currently crashes the machine.  
  113. Needs work, but will probably be worth it.Author: B Corbett and R Stallman
  114.  
  115. bm  A grep like utility using the Boyer-Moore algorithm.Author: P Bain
  116.  
  117. grep        Decus grep (Get Regular Expression and Print).  Useful
  118. for finding strings in files.Author: Unknown
  119.  
  120. kermit      This is an absolutely ancient kermit, who's only
  121. saving grace is that it is small and quite portable.On the AMIGA, there is no
  122. connect mode, only send and receive.  You must log into the remote machine 
  123. via one of it's local terminals and point it's kermit at the appropriate 
  124. serial line connected to the AMIGA.
  125.     
  126. MyCLI   Another CLI for the AMIGA.Author: Mike Schwartz
  127.  
  128. mandel  A Mandelbrot set program.Author: R French,  additions by RJ Mical
  129. ---------------------------------------------------------------------------
  130.  
  131. This is disk 5 of the freely distributable AMIGA software library.
  132.  
  133. cons        Console device demo program with supporting macro routines.
  134. Author: Rob Peck  12/1/85
  135.  
  136. freemap     Creates a visual diagram of free memory.  Comes with custom 
  137. icon so can be run from workbench screen.Author: Robert J. Mical
  138.  
  139. input.dev   In combination with hander.interface.asm (supplied),
  140. lets a user trap keyboard or mouse events before they get to Intuition and if
  141. desired, install new (phony/generated/other-devices-mouse-simulations) into 
  142. the input stream.  Handler.interface.asm is needed to convert the calling 
  143. sequence performed by the input.task for the input stream management into 
  144. something that a C program can understand.Author: Rob Peck  12/1/85
  145.  
  146. joystick    Shows how to set up the gameport device as a joystick.
  147. Reports parameters received from joystick hooked to right port.
  148. Author: Rob Peck  12/1/85
  149.  
  150. keyboard    Sample program to demonstrate direct communications with
  151. the keyboard.Author: Rob Peck  12/1/85
  152.  
  153. layers  Shows use of the layers library, used by Intuition to create windows
  154. (layers handles all overlapping drawing areas and keeps things straight, 
  155. sending to the back, bringing to the front, making larger/smaller, etc.)
  156. Author: Rob Peck  12/1/85
  157.  
  158. mandelbrot  Latest and greatest mandelbrot program.  New features
  159. include the ability to save images in "iff" format, for reading into Deluxe 
  160. Paint or other programs that use iff.  Also includes code from GraphiCraft to
  161. handle color palette and change colors at will.  Many additions by RJ Mical.
  162. Author: Robert French
  163.  
  164. mouse   Shows how to set up the gameport device as a mouse so that hooking up
  165. the mouse to the right port gives access to mouse information.
  166. Author: Rob Peck  12/1/85
  167.  
  168. one.window  Produces a window with a console attached.  Does graphics
  169. in the top half and limits the console activity to the lower half.
  170. Author: Rob Peck  12/18/85
  171.  
  172. parallel   Demonstrates access to the parallel port. 
  173. Author: Tom Pohorsky  12/1/85
  174.  
  175. printer     Shows how to open and use a printer, does a screen dump
  176. of the workbench screen if there is a graphics-capable printer attached.
  177. Currently does not compile under Lattice C Ver3.02 and does not link under 
  178. Lattice C Ver3.03. Author: Rob Peck  12/1/85
  179.  
  180. print.support   Printer support routines.  Currently won't compile,
  181. missing a header file "local.h".Author: unknown
  182.  
  183. proctest    Sample code to create a process, set up message ports,
  184. pass messages, etc.  Sample slave code for create process test (littleproc.c)
  185. currently does not link under either Lattice C 3.02 or 3.03 (unresolved 
  186. global variables not in libraries).Author: Rob Peck  1/4/86
  187.  
  188. region      Demonstrates how a drawing area can be split into linked
  189. rectangular regions.  Draws a rectangle in a single playfield display, then 
  190. draws "Behind a Fence" several times behind an apparent fence in the 
  191. rectangle.Only works under Lattice Ver3.03.Author: Rob Peck  12/1/85
  192.  
  193. samplefont  A sample font that produces clubs, hearts, spaces, and
  194. diamonds as its four characters.  Shows precisely what is contained in an 
  195. Amiga font.Author: Unknown
  196.  
  197. serial      Demonstrates access to the serial port.  Requires an
  198. external terminal connected to the serial port.Author: Unknown
  199.  
  200. singlePlayfield
  201. Creates and displays a 320 by 200 by 2 bit plane single playfield display.  
  202. Completely covers Intuition's display, but gives the system back at exit.
  203. Author: Rob Peck  12/1/85
  204.  
  205. speechtoy   Latest and greatest version of Dave's cute speech demo
  206. program.  Comes with custom icon so can be run from a workbench screen.
  207. Author: Dave Lucas
  208.  
  209. speech.demo A much simplified version of speechtoy.  Also includes
  210. exec support functions for extended IO requests,CreateExtIO() to allocate
  211. and initialize a new IO request block and DeleteExtIO() to free an extended 
  212. IO request block.Author: Rob Peck  12/1/85
  213.  
  214. text.demo   Sample program that asks AvailFonts() to make a list of
  215. the fonts that are available, then opens a window and then prints a 
  216. description of the various attributes that can be applied to the fonts, in 
  217. the font itself.Previous versions were released as "whichfont".
  218. Author: Rob Peck  12/1/85
  219.  
  220. timer       Simple timer example program.  Includes dynamic
  221. allocation of data structures needed to communicate with the timer device, as
  222. well as the actual device IO.Author: Rob Peck  12/1/85
  223.  
  224. trackdisk   Demonstrates use of trackdisk driver.  Useful example of
  225. "raw" disk read/write.Author Rob Peck  12/1/85
  226. ----------------------------------------------------------------------------
  227.  
  228. This is disk 6 of the freely distributable AMIGA software library.
  229.  
  230. compress    Compress reduces the size of the named files using
  231. adaptive Lempel-Ziv coding.  The amount of compression obtained depends on 
  232. the size of the input, the number of bits per code, and the distribution of 
  233. common substrings.Typically, text such as source code or English is reduced
  234. by 50-60%.  Compression is generally much better then that achieved by 
  235. Huffman coding (as used in "pack") or adaptive Huffman coding (as used in 
  236. "compact"), and takes less time to compute.  Great for saving disk space, 
  237. or reducing transmission time over phone lines!  Also includes "btoa" and 
  238. "atob" for converting binary files to ascii, and then back to binary (for 
  239. transmission over links that do not support 8 bits).
  240. Author: Thomas Spencer, with improvements by others
  241.  
  242. dadc        A digital computer impersonating an analog clock
  243. impersonating a digital clock.Author: Perry S. Kivolowitz
  244.  
  245. microemacs  An upgraded version of microemacs originally distributed
  246. on disk number 2.  I don't have an exact list of changes but the new
  247. executable is about 25% larger, so there must be something in there!  One 
  248. enhancement is that some functions are now also bound to function keys.
  249. Author: Dave Conroy, with enhancements by Jack Roose.
  250.  
  251. mult        Mult reads the input comparing adjacent lines.  In the
  252. normal case, the second and succeeding copies of repeated lines are output, 
  253. and the remainder of the lines are removed.  Repeated lines must be adjacent
  254. in order to be found.  Options are present to output the first of multiple
  255. lines, for comparing adjacent lines by field only, and for specifying the 
  256. field separator character.  Kind of the opposite of the Unix "uniq" program.
  257. Author: Dennis Bednar
  258.  
  259. scales      Demonstrates use of the Audio functions in the ROM to produce
  260. four voice sound.  It uses a simple waveform (sawtooth) with no amplitude 
  261. control (ie, envelope) or frequency variation (ie, vibrato), but these can be
  262. easily implemented.  Also includes considerable documentation on audio device
  263. Author: Steven A. Bennett
  264.  
  265. setparallel Allows the CLI user to dynamically change any particular
  266. parallel port parameter.Author: Keith Stobie and Tom Pohorsky
  267.  
  268. setserial   Allows the CLI user to dynamically change any particular
  269. serial port parameter.Author: Keith Stobie and Tom Pohorsky
  270.  
  271. sortc       A quicksort based sort program, using separate driver
  272. and sort modules.  Originally from a DECUS C distribution.Claims to be fast,
  273. but when operating entirely out of ram takes 93 seconds to sort its input 
  274. file, sort.c, while AmigaDos's sort takes only 43 seconds under the same
  275. conditions.Author: Dave Conroy, Martin Minow, and Ray Van Tassle
  276.  
  277. stripc      Strips comments and extraneous whitespace from C source
  278. files.  Useful for compacting the C header files to increase usable disk 
  279. space.Author: Chris Metcalf
  280. ----------------------------------------------------------------------------
  281.  
  282. This is disk 7 of the freely distributable AMIGA software library.
  283.  
  284. This disk contains a port (executables only) of the popular UNIX game
  285. "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  286. This is Version 1.0.1.
  287. ---------------------------------------------------------------------------
  288.  
  289. This is disk 8 of the freely distributable AMIGA software library.
  290.  
  291. It contains the source to "Hack", a popular UNIX game ported to the
  292. AMIGA by John Toebes.  Please read all the associated README files
  293. before redistributing with changes.
  294. ---------------------------------------------------------------------------
  295.  
  296. This is disk 9 of the freely distributable AMIGA software library. 
  297.  
  298. moire       Draws moire patterns in black and white in a borderless
  299. backdrop window.  Currently only runs with Lattice C version 3.02, when
  300.  compiled with 3.03 crashes the system.Author: Scott Ballantyne
  301.  
  302. MVP-FORTH   Mountain View Press Forth, version 1.00.03A.
  303. A shareware version of forth from Fantasia Systems.Runable from the workbench
  304. comes with icons and such.  If you use this, you should send a contribution
  305. to Fantasia Systems / Mountain View Press.
  306.  
  307. proff       Another text formatting program.  This one is significantly
  308. more powerful than any of the others previously distributed on these disks.
  309.  
  310. setlace     Program to toggle interlace mode on and off.
  311. When used with a black background, and amber or green characters, produces a
  312.  nice CLI environment.Author: Bob Pariseau,  Nov 85
  313.  
  314. skewb       Not quite sure what this is supposed to be, it was
  315. downloaded from a bbs with no documentation.  C'mon folks, at least put a 
  316. three line description at the start of your programs!Author Raymond S. Brand
  317.  
  318. sparks      Graphics demo that draws a "moving pathway", adding to the 
  319. front and removing from the tail (sure is hard to come up with verbal 
  320. descriptions of these things!).Author: Scott Ballantyne
  321.  
  322. ==========================  Contents of Disk 010  ==========================
  323.  
  324. This is disk 10 of the freely distributable AMIGA software library.
  325.  
  326. conquest    You control an interstellar empire, decide which star
  327.         systems to explore, which planets to colonize, etc.
  328.         The computer will also be building its own empire and
  329.         competing with you for resources.  The one with the
  330.         greatest population at the end wins.  Executable only,
  331.         no source.  Downloaded from Denver BBS.
  332.         Author: Unknown, ported to Amiga by Rob Shimbo
  333.  
  334. dehex       Simple little program to convert hex format file into
  335.         a binary file.  Reads lines of hex characters on stdin
  336.         and writes 8 bit dehex'd bytes to stdout.
  337.         Author: Fred Fish
  338.  
  339. filezap     Patch program for any type of file.  Executable only,
  340.         no source available.
  341.         Author: John Hodgson
  342.  
  343. fixobj      Strip extraneous garbage off end of object files
  344.         transfered with xmodem.  Does not require preknowledge
  345.         of actual file length, uses knowledge of Amiga file
  346.         structure.
  347.         Author: John Hodgson
  348.  
  349. iff     Routines to read and write iff format files.  Includes
  350.         program to display iff files made by DPaint.  Also
  351.         see the DPSlide program on disk 11.
  352.         Author: Jerry Morrison, Steve Shaw, and Steve Hayes
  353.  
  354. ld      I presume this stands for "list directory".  Lists
  355.         contents of specified diretory or disk, using inverse
  356.         video and colors to group objects by type.
  357.         Author: Dave Haynie
  358.  
  359. ls      Minimal implementation of UNIX ls.  Demonstrates
  360.         use of UNIX style filename pattern matching code.
  361.         Author: Rick Schaeffer
  362.  
  363. sq.usq      Squeeze and unsqueeze, from the CPM world.  Works, but
  364.         "compress" from disk 6 runs almost twice as fast and
  365.         produces even smaller files.
  366.         Author: R. Greenlaw, Amiga port by Rick Schaeffer
  367.  
  368. trek73      A Star Trek game.  This one is just crying out to
  369.         be Amiga'ized by some ambitious hacker.
  370.         Authors:  Many, see comment in main.c
  371.  
  372. yachtc      Dice game.
  373.         Author: Sheldon Leemon
  374.  
  375. ==========================  Contents of Disk 011  ==========================
  376.  
  377. This is disk 11 of the freely distributable AMIGA software library.
  378.  
  379. dpslide     A slide show program for displaying graphic images
  380.         which are in the iff format, such as output from the
  381.         Electronic Arts Deluxe Paint program.  Allows the user
  382.         to select the display time for each slide and the method
  383.         of bringing the slide up to the screen, and then removing
  384.         it.  Double buffers images to improve smoothness of
  385.         display.
  386.         Author: Paul Biondo
  387.  
  388. pictures    Miscellaneous DPaint and digitized pictures, in iff
  389.         format.  Some are rated R.
  390.  
  391.  
  392. ==========================  Contents of Disk 012  ==========================
  393.  
  394. This is disk 12 of the freely distributable AMIGA software library.
  395. Note that this disk contains a number of programs apparently available
  396. only in executable form.  I am not real happy with this trend, but
  397. had no way of getting in contact with the authors who posted these
  398. programs to various BBS's to request source.  I have no reason to
  399. believe that any of these executable only postings contain any
  400. deliberate "misfeatures", but you should always use such programs
  401. cautiously.
  402.  
  403. amiga3d     Shows a rotating 3 dimensional solid "Amiga sign".
  404.         No source available, executable only (downloaded from
  405.         a Denver BBS)
  406.         Author: Barry (bart) Whitebook of C-A
  407.  
  408. ArgoTerm    Yet another terminal emulator program.  However, this
  409.         one is written in macro assembler, so should be of
  410.         interest to anyone doing serious assembly language
  411.         development.  Version 0.20
  412.         Author: Jez San
  413.  
  414. arrow3d     Shows a rotating 3 dimensional wire frame arrow.
  415.         No source available, executable only (downloaded from
  416.         a Denver BBS)
  417.         Author: Steve Beats of C-A
  418.  
  419. ld4     Another directory listing program using some graphics
  420.         style output.  Executable only, no source available.
  421.         (Downloaded from a Denver BBS)
  422.         Author: unknown
  423.  
  424. IconExec    These two tools allow execution of a program from an
  425. & SetWindow icon without having to recompile the program.
  426.         Author: John Toebes VIII
  427.  
  428. images      Miscellaneous DPaint and digitized pictures, in iff
  429.         format.  Some are rated R.
  430.  
  431. SetAlternate    Merge the images from two icons to produce one icon with
  432.         a primary image, and a possibly completely different image
  433.         to display when selected.
  434.         Author: John Toebes VIII
  435.  
  436. StarTerm    Another terminal emulator program.  ASCII and XMODEM
  437.         support, telephone dialer, function keys, load file
  438.         stripping, text file conversion, full/half duplex,
  439.         Author: Jim Nangano and Steve Plegge
  440.  
  441. ==========================  Contents of Disk 013   ==========================
  442.  
  443. This is disk 13 of the freely distributable AMIGA software library.
  444. It is a grab bag of basic programs, mostly untested.  No speekee basic
  445. so if these don't work, call someone else.
  446.  
  447. ==========================  Contents of Disk 014  ==========================
  448.  
  449. This is disk 14 of the freely distributable AMIGA software library.
  450.  
  451. This disk contains the first ever public release of two new pieces of
  452. code, "dex" and "termcap".  Also, this is the first disk in the library
  453. that includes executables produced with both the Manx and Lattice C
  454. compilers, whenever possible.  This greatly helps to isolate bugs.
  455.  
  456. amiga3d     Shows a rotating 3 dimensional solid "AMIGA" sign.
  457.         This is an updated version of the program released
  458.         on disk number 12, and now includes full source.
  459.         Author: Barry Whitebook @ Commodore-Amiga
  460.  
  461. beep        Source for a function that generates a beep sound, like
  462.         CTRL-G on a VT100 terminal.
  463.         Author: Samuel Dicker @ Commodore-Amiga
  464.  
  465. dex     Program to extract documentation in a human readable
  466.         format inside source files, and produce nroff style
  467.         output for manuals and other such external documents.
  468.         First ever public release.
  469.         Author: Fred Fish
  470.  
  471. dimensions  Programs to demonstrate three and four dimensional graphics.
  472.         Not quite sure how else to describe them!
  473.         Author: Anselm Hook
  474.  
  475. filezap     An updated version of the file zap utility first released
  476.         on disk number 10.  Can be used to patch any type of
  477.         file.  Nice, and VERY useful.
  478.         Author: John Hodgson
  479.  
  480. gfxmem      An updated version of the graphical memory display
  481.         program first released on disk number 1.  Watch your
  482.         machine's memory usage change dynamically under use!
  483.         Author: Louis Mamakos
  484.  
  485. gi      Converts DPaint brush files to C source files "necessary
  486.         to create an Image structure, including height, width,
  487.         depth, and color information, as well as the array of 
  488.         data which represents the bit planes of the image".
  489.         Author: Mike Farren
  490.  
  491. pdterm      A simple terminal emulator that does ANSI or DEC VT-100
  492.         emulation in 80 cols by 25 lines.  Version 1.21.
  493.         Author: Michael McInerny
  494.  
  495. shell       A simple csh style shell with history and some other
  496.         goodies.  Still needs some polishing and enhancement,
  497.         but is quite nice as it.  Thanks Matt!!!  We've really
  498.         needed something like this for a long time.  Now if you
  499.         would just do a ksh version instead...
  500.         Author: Matt Dillon
  501.  
  502. termcap     A (mostly) unix compatible implementation of a termcap
  503.         library.  First ever public release.
  504.         Author: Fred Fish
  505.  
  506. ==========================  Contents of Disk 015  ==========================
  507.  
  508. This is disk 15 of the freely distributable AMIGA software library.
  509.  
  510. Whenever possible, both Lattice C and Manx C executables are provided.
  511. The Lattice executables have the extension ".lattice" and the Manx
  512. executables have the extension ".manx".  This greatly helps to isolate
  513. bugs.
  514.  
  515. Blobs       A simple graphics program, reminiscent of the unix "worms" 
  516.         program, but in color of course.
  517.         Author: Peter Engelbrite
  518.  
  519. Clock       A simple digital clock program designed to be small and to
  520.         live completely in the screen title bar, where it is out
  521.         of the way.
  522.         Author: Mike Meyer
  523.  
  524. Dazzle      An eight-fold symmetry dazzler program.  Really pretty!
  525.         Author: Peter Engelbrite
  526.  
  527. Fish        "A demo program which runs an AnimOb in a double buffered
  528.         screen with sequence cycled animation".  (Basically
  529.         shows a fish "swimming" across the top of the screen).
  530.         Author: Catherine Wagner (posted by Barry Whitebook)
  531.  
  532. Monopoly    A really nice monopoly game written in AbasiC.
  533.         Follow the directions in the file "InstallationGuide"
  534.         to produce a bootable games disk.
  535.         Author: David Addison
  536.  
  537. OkidataDump Okidata ML92 driver and WorkBench screen dump program.
  538.         Does both alpha and graphics.  Untested (I don't have the
  539.         printer)
  540.         Author: Raimund Gluecker
  541.  
  542. Polydraw    A drawing program written in AbasiC.
  543.         Author: David Addison
  544.  
  545. Polyfractals    A fractal program written in AbasiC.
  546.         Author: David Addison
  547.  
  548. ==========================  Contents of Disk 016  ==========================
  549.  
  550. This is disk 16 of the freely distributable AMIGA software library.
  551.  
  552. This is a copy of the Amiga Developer's IFF disk, received directly from
  553. Commodore-Amiga sources, with permission to place in the library and
  554. redistribute.  It is unchanged except for:
  555.  
  556.     1)  The volume name has been changed to AmigaLibDisk16.
  557.     2)  This file (README.list16) has been added.
  558.     3)  The standard library README file README.dist
  559.         has been added.
  560.  
  561. Enjoy
  562. -Fred
  563.  
  564. ==========================  Contents of Disk 017  ==========================
  565.  
  566. This is disk 17 of the freely distributable AMIGA software library.
  567.  
  568. This is a copy of a H.A.M. (Hold And Modify) graphics demo disk received
  569. from a vendor that is producing hardware to capture such images, and
  570. software to process them.  It is unchanged except for:
  571.  
  572.     1)  The volume name has been changed to AmigaLibDisk17.
  573.     2)  This file (README.list17) has been added.
  574.     3)  The standard library README file README.dist
  575.         has been added.
  576.     4)  The 'showilbm' program has been added to allow viewing
  577.         of the two monochrome pictures (dozer.hires and robert.lores)
  578.         without requiring Deluxe Paint.
  579.     5)  The supplied 'readme' file has been augmented with
  580.         information received on hardcopy along with the disk, and
  581.         a note has been added about how to use the showilbm 
  582.         program.
  583.  
  584. Enjoy
  585. -Fred
  586.  
  587. ==========================  Contents of Disk 018  ==========================
  588.  
  589. This is disk 18 of the freely distributable AMIGA software library.
  590.  
  591. AmigaDisplay    Yet another variation of a terminal emulator program.
  592.         This is a modified AmigaTerm that can emulate a dumb
  593.         terminal (interesting paradox here somewhere...), translate
  594.         line termination sequences, optionally capture or discard
  595.         control characters in the captured file, use audible bell,
  596.         use another font, etc.
  597.         Author: Don Woods (Original code by Michael Mounier)
  598.  
  599. Ash     Prerelease version of a C-shell like shell program.
  600.         Has history, command substitution, loops, etc.
  601.         Author: Thorn Smith
  602.  
  603. Browser     A program that lets you wander around a file tree and
  604.         peek into files, all with the mouse.
  605.         Author: Mike (I'll be mellow when I'm dead) Meyer
  606.  
  607. MC68010     Complete information package for upgrading an Amiga
  608.         to use an MC68010 in place of the MC68000.  Includes
  609.         a software fix that makes this transparent to user
  610.         programs that use instructions that are priviledged
  611.         on the 68010.
  612.         Author: Thad Floryan
  613.  
  614. Multidim    Lets you rotate a 2 to 6 dimensional "cube" on the
  615.         screen using the joystick.
  616.         Author: Robert French
  617.  
  618. PigLatin    Tired of the "say" command?  This one will translate
  619.         and speak your input in pig latin!
  620.         Author: Thomas Clement
  621.  
  622. Scrimper    Short for "SCReen IMage PrintER".  A screen dump utility
  623.         which can be run from the workbench or the CLI.
  624.         Author: Perry Kivolowitz
  625.  
  626. Xlisp1.6    A very nice little lisp for those that want to study the
  627.         internals of a real, working lisp interpreter.
  628.         Author: Dave Betz
  629.  
  630. ==========================  Contents of Disk 019  ==========================
  631.  
  632. This is disk 19 of the freely distributable AMIGA software library.
  633.  
  634. BlackJack   A line oriented (no graphics) blackjack game.
  635.         Author: Unknown
  636.  
  637. JayMinerSlides  These are the Amiga slides produced/used by Jay Miner
  638.         (the designer of Amiga's custom graphics chips) in his
  639.         talks about the Amiga.  They are all hi-res (640 x 400)
  640.         and are best displayed on a long-persistence color
  641.         monitor.
  642.  
  643. Keymap_Test A program to test the keymapping routines and find
  644.         possible bugs.  Useful as an example of keymapping.
  645.         Author: Pushpa Kumar
  646.  
  647. LockMon     Find file locks.  Useful for discovering if programs
  648.         properly clean up after themselves.
  649.         Author: Dewi Williams
  650. ==========================  Contents of Disk 020  ==========================
  651.  
  652. This is disk 20 of the freely distributable AMIGA software library.
  653.  
  654. AmigaToAtari    Source code for an Amiga to Atari ST object code format
  655.         converter.  Takes Amiga objects as input and produces
  656.         Atari objects as output.  This allows the Amiga to be
  657.         used as a cross development machine providing the
  658.         proper libraries are available.  (Currently does not
  659.         work, but I don't have an ST to try it with anyway...)
  660.         Author: Landon Dyer at Atari Corp.
  661.  
  662. DiskSalv    Program to recover files from a trashed AmigaDOS disk.
  663.         Can also "undelete" files deleted by mistake, so long
  664.         as they have not overwritten by further disk activity.
  665.         Requires two disk drives.  VERY useful...
  666.         Author: Dave Haynie
  667.  
  668. Hash        Small example program that computes the AmigaDOS directory
  669.         hash function.
  670.         Author: Neil Katin at Commodore-Amiga
  671.  
  672. Hd      Hex dump utility using some ideas from Mike Higgin's
  673.         article in Computer Language magazine, Apr 86.
  674.         Formats the dump based on the natural byte ordering
  675.         of the machine on which it runs.
  676.         Author: David Elins at NEC Information Systems
  677.  
  678. MandelBrots Some mandelbrot images submitted for the "mandelbrot
  679.         images contest" some months ago.  Only three people
  680.         submitted mandelbrots and these were among the most
  681.         interesting.
  682.         
  683. MultiTasking    Tutorial and example program for multitasking at the Exec
  684.         level.
  685.         Author: Leo L. Schwab
  686.  
  687. Pack        Program to strip extraneous whitespace from C programs
  688.         or header files.  Can be used to condense the C compiler
  689.         header files to free up disk space.
  690.         Author: Jeff Dickson
  691.  
  692. PortHandler
  693.         Author: A sample Port-Handler program that performs
  694.         the functions of the standard Port-Handler.  Shows what
  695.         the BCPL environment looks like from the handler point of
  696.         view.
  697.         Author: John Toebus VIII
  698.  
  699. Random      Random number generator in assembly.  Much faster than
  700.         versions using floating point.  Can be used by either
  701.         assembly or C programs.
  702.         Author: Steve Beats at Commodore-Amiga
  703.  
  704. SetMouse2   Program to set the mouse port to either the left port or
  705.         right port.
  706.         Author: Robert Burns at Commodore-Amiga
  707.  
  708. SpeechTerm  Terminal emulator that can speak the received text.
  709.         Also has XMODEM file transfer.
  710.         Author: Leftheris Koutsofios
  711.  
  712. Ted     Demo version of an editor that has since been
  713.         renamed as TXed (I believe).
  714.         Author: Charles Heath at MicroSmiths 
  715.  
  716. ==========================  Contents of Disk 021  ==========================
  717.  
  718. This is disk 21 of the freely distributable AMIGA software library.
  719.  
  720. This is a copy of Thomas Wilcox's Mandelbrot Set Explorer disk.
  721.  
  722. It is unchanged except for:
  723.  
  724.     1)  The volume name has been changed to AmigaLibDisk21.
  725.     2)  This file (README.list21) has been added.
  726.     3)  The standard library README file README.dist
  727.         has been added.
  728.  
  729. To run from CLI:
  730.  
  731.     1)  cd dfX:  (where X is drive containing disk)
  732.     2)  mse
  733.  
  734. To run from Workbench:
  735.  
  736.     1)  Click on MSD icon.
  737.  
  738. It contains extensive on-line help information, unlike other Mandelbrot
  739. programs distributed in this library.  It also is capable of displaying
  740. some very pretty hi-res pictures in interlace mode.
  741.  
  742. Enjoy
  743. -Fred
  744.  
  745. ==========================  Contents of Disk 022  ==========================
  746.  
  747. This is disk 22 of the freely distributable AMIGA software library.
  748.  
  749. This disk contains two new "strains" of microemacs, both derived from
  750. early releases of Dave Conroy's microemacs.  There is currently an
  751. attempt on usenet, lead by Dave Brower, to coordinate an effort to
  752. merge features from the different versions into a single supported
  753. microemacs.  In the meantime, perhaps you can find a feature you need
  754. in one of these...
  755.  
  756. Lemacs      Microemacs version 3.6 as enhanced and supported
  757.         by Daniel Lawrence.  This version works and has been
  758.         tested on Unix V7, BSD 4.2, Amiga, MS-DOS, and VMS.
  759.         Enhancements include overwrite mode, support for Amiga
  760.         function keys, reverse video status line, numeric
  761.         arguments using <ESC><number>, replace, buffer specific
  762.         editing modes, word wrap mode, goto-line, buffer rename,
  763.         insert-file, execute named command, describe bindings,
  764.         startup files, and more.
  765.         Author: Dave Conroy, enhancements by Daniel Lawrence
  766.  
  767. Pemacs      Microemacs as enhanced by Andy Poggio.  New features
  768.         include use of <ALT> keys as Meta keys, default buffers
  769.         on buffer switch, mouse support, higher priority to
  770.         improve interactive response, creation of backup files,
  771.         paragraph fill, word wrap, query replace, and support for
  772.         function keys.
  773.         Author: Dave Conroy, enhancements by Daniel Lawrence
  774.  
  775. ==========================  Contents of Disk 023  ==========================
  776.  
  777. This is disk 23 of the freely distributable AMIGA software library.
  778.  
  779. This disk contains a significantly enhanced version of microemacs based
  780. on the version 30 release posted to usenet's mod.sources newsgroup.
  781.  
  782. Previous versions of microemacs released on these disks derived from
  783. a very old version of microemacs.  Since that old release, the author
  784. has cleaned up lots of loose ends and restructured major parts of the code.
  785. Other people have already added support for termcap, ports to other machines
  786. and operating systems, and a limited GNU emacs compatibility option.
  787.  
  788. Because recipients of this disk might wish to run this new microemacs
  789. on other machines in addition to the Amiga, I have encluded all sources
  790. that were available to me at the time of release.  The subdirectories
  791. which give alternate implementations are:
  792.  
  793.     Sys/Vms     System modules for VAX VMS
  794.     Sys/Atari   System modules for Atari ST
  795.     Sys/Msdos   System modules for MSDOS
  796.     Sys/Cpm86   System modules for Cpm
  797.     Sys/Amiga   System modules for Amiga
  798.     Sys/Ultrix  System modules for Ultrix/BSD4.2
  799.     Sys/SysV    System modules for Unix System V
  800.     Tty/Atari   Terminal driver for Atari ST
  801.     Tty/7300    Terminal driver for AT&T Unix PC (7300)
  802.     Tty/Intuition   Terminal driver for Amiga using Intuition
  803.     Tty/Termcap Terminal driver using termcap for Unix
  804.     Tty/Ansi    Terminal driver using Ansi codes
  805.     Tty/Amigados    Terminal driver for Amiga using just Amigados
  806.     Tty/Heath   Terminal driver for a Heath terminal
  807.  
  808. There currently is a major effort underway on usenet, led by Dave
  809. Brower, to standardize microemacs and bring the many variations under
  810. one common implementation.  Please send any enhancements to rtech!daveb,
  811. or send them to me and I will see that he gets them.
  812.  
  813. ==========================  Contents of Disk 024  ==========================
  814.  
  815. This is disk 24 of the freely distributable AMIGA software library.
  816.  
  817. Conquest    You control an interstellar empire, decide which star
  818.         systems to explore, which planets to colonize, etc.
  819.         The computer will also be building its own empire
  820.         and competing with you for resources.  The one with
  821.         the greatest population at the end wins.  First
  822.         distributed in executable form only on disk number
  823.         10.  This distribution includes source.
  824.         Author:  Unknown, ported to Amiga by Rob Shimbo
  825.  
  826. Csh     Second release of a csh-like alternative to the
  827.         CLI, first released on disk number 14.  Has alias,
  828.         builtin functions like "dir" for speed, history,
  829.         named variables, command re-execution with 
  830.         substitution, etc.
  831.         Author: Matt Dillon
  832.  
  833. Modula-2    A pre-release version of the single pass Modula-2
  834.         compiler originally developed for MacIntosh at ETHZ.
  835.         This code was transmitted to the AMIGA and is executed
  836.         on the AMIGA using a special loader.  Binary only.
  837.  
  838. ==========================  Contents of Disk 025  ==========================
  839.  
  840. This is disk 25 of the freely distributable AMIGA software library.
  841. This disk contains a port (executables only) of the popular UNIX game
  842. "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  843.  
  844.  
  845. This is Version 1.0.1E., with graphics enhancements for the Amiga.
  846.  
  847. ==========================  Contents of Disk 026  ==========================
  848.  
  849. This is disk 26 of the freely distributable AMIGA software library.
  850.  
  851. UnHunk      Tool to process the Amiga "hunk" loadfile format.
  852.         Collects code, data, and bss hunks together, allows
  853.         individual specification of code, data, and bss origins,
  854.         and generates binary file with format reminiscent of Unix
  855.         "a.out" format.  The output file can be easily processed
  856.         by a separate program to produce Motorola "S-records"
  857.         suitable for downloading to PROM programmer.
  858.         Author:  Eric Black
  859.  
  860. C-kermit    Port of the popular "kermit" program, a flexible
  861.         virtual terminal and file transfer program from
  862.         Columbia University.
  863.         Author:  Unknown, ported to Amiga by Davide Cervone
  864.  
  865. Ps      A program to display process priorities and another
  866.         program to set a process's priority to any arbitrary
  867.         valid value.  Very useful to provide finer control
  868.         over your multitasking environment.
  869.         Author:  Dewi Williams
  870.  
  871. Archx       Yet more programs for bundling up text files and
  872.         mailing or posting them as a single file unit.
  873.         Author: Martin Minow
  874.  
  875. ==========================  Contents of Disk 027  ==========================
  876.  
  877. This is disk 27 of the freely distributable AMIGA software library.
  878.  
  879. ABdemos     Amiga Basic demos.  NewConvertFD creates .bmaps from
  880.         fd files.  BitPlanes finds addresses of and writes to
  881.         bitplanes of the screen's bitmap.  AboutBmaps is a 
  882.         tutorial on creation and use of bmaps.  LoadILBM loads
  883.         and displays IFF ILBM pics.  LoadACBM loads and displays
  884.         ACBM pics.  ScreenPrint creates a demo screen and dumps
  885.         it to a graphic printer.
  886.         Author:  Carolyn Scheppner, Commodore-Amiga
  887.  
  888. Disassem    A simple 68000 disassembler.  Reads standard Amiga
  889.         object files and disassembles the code sections.
  890.         Data sections are dumped in hex.  The actual disassember
  891.         routines are set up to be callable from a user program
  892.         so instructions in memory can be disassembled dynamically.
  893.         Author:  Bill Rogers, Univ of WAIKATO (New Zealand)
  894.  
  895. DvorakKeymap    Example of a keymap structure for the Dvorak keyboard
  896.         layout.  Untested but included because assembly examples
  897.         are few and far between.
  898.         Author: Robert Burns @ Commodore-Amiga
  899.  
  900. Hypocycloids    An electronic Spirograph inspired by an article in
  901.         Feb '84 Byte.
  902.         Author: Terry Gintz
  903.  
  904. LinesDemo   A demo program which illustrates the use of proportional
  905.         gadgets to scroll around in a superbitmap window.
  906.         Posted to usenet by Barry Whitebook @ Commodore-Amiga
  907.  
  908. MemExpansion    Schematics and directions for building your own homebrew
  909.         1 Mb memory expansion.
  910.         Author: Michael Fellinger
  911.  
  912. SafeMalloc  Ever have a program that corrupts it's own memory?  Well,
  913.         this little gem can help you find the problem in a hurry.
  914.         Acts as an interface between your program and the real
  915.         malloc, checking for overrun, underrun, and duplicate
  916.         freeing of malloc'd space.
  917.         Author: Bjorn Benson, modifications by Fred Fish
  918.  
  919. ScienceDemos    Some science demos.  Sidereal is a tutorial program which
  920.         introduces the user to the relationships between Julian
  921.         and calendar dates and solar and sidereal times.  J2000
  922.         is a utility program which converts stellar positions,
  923.         proper motion, parallax and radial velocity from the 
  924.         standard epoch B1950 (FK4) to epoch J2000 (FK5).  Galilean
  925.         is a tutorial program which determines the position of
  926.         the Galilean satellites relative to Jupiter.
  927.         Programs courtesy of David Eagle at Science Software.
  928.  
  929. ==========================  Contents of Disk 028  ==========================
  930.  
  931. This is disk 28 of the freely distributable AMIGA software library.
  932.  
  933. Backgammon  Another game in AbasiC by the author of Monopoly.
  934.         Author:  David Addison
  935.  
  936. Cpp     This is a copy of the Decus cpp, ported to the Amiga.
  937.         This cpp is more powerful and complete than either of
  938.         the built in cpp's in Manx or Lattice C.  Also included
  939.         is a modified version of the Unix like cc frontend, for
  940.         Manx C, that knows about the cpp.
  941.         Author:  cpp by Martin Minow;  cc by Fred Fish
  942.  
  943. Cribbage    Another game in AbasiC by the author of Monopoly.
  944.         Author:  David Addison
  945.  
  946. MileStone   Another game in AbasiC by the author of Monopoly.
  947.         Author:  David Addison
  948.  
  949. Othello     Another game in AbasiC by the author of Monopoly.
  950.         Author:  David Addison
  951.  
  952. Shar        A program which can pack and unpack archives compatible
  953.         with the Unix "shar" (shell archiver) program.
  954.         Author:  Dave Wecker
  955.  
  956. SuperBitMap An example program that shows how to use ScrollLayer,
  957.         how to sync the SuperBitMap prior to printing, and how
  958.         to create a dummy rastport for dumping the SuperBitMap.
  959.         Works under 1.2 and up.
  960.         Author:  Carolyn Scheppner and Phil Lindsay
  961.  
  962. ==========================  Contents of Disk 029  ==========================
  963.  
  964. This is disk 29 of the freely distributable AMIGA software library.
  965.  
  966. AegisDrawDemo   Demo disk of the Aegis Draw program.  This is the
  967.         actual production program with only the "save" feature
  968.         disabled and without documentation (intentionally).
  969.         Very impressive program!  Received directly from
  970.         Aegis Development.
  971.  
  972. Cc      Version of the Unix like C compiler frontend program,
  973.         for Manx C.  Previous released version was for Lattice C.
  974.         Author:  Fred Fish
  975.  
  976. Enough      A new CLI execute file command that tests for various
  977.         system resources such as available memory or existance
  978.         of specific files, directories, or devices.
  979.         Author:  Bruce Barrett @ Commodore-Amiga
  980.  
  981. Player      Animation player for Aegis Animator.  Received directly
  982.         from Aegis Development.
  983.  
  984. Rubik       An animated Rubik's cube program based on Barry Whitebook's
  985.         "amiga3d" program and Raymond Brand's "skewb" program.
  986.         Author:  Bill Kinnersley
  987.  
  988. StringLib   A public domain reimplementation of the Unix string
  989.         library functions.
  990.         Author:  Henry Spencer @ U of Toronto
  991.  
  992. Vt100       A vt100 emulator program with Kermit and Xmodem file
  993.         transfer protocols (based on AmigaTerm).
  994.         Author:  Dave Wecker
  995. ==========================  Contents of Disk 030  ==========================
  996.  
  997. This is disk 30 of the freely distributable AMIGA software library.
  998.  
  999. Note that the programs on this disk are all shareware/freeware.
  1000. This means that if you find them useful, you are morally obligated
  1001. to send a small donation to the author to help support his efforts and
  1002. fund further development.  I hope that by including them in this
  1003. library I have furthered the author's goals of widest possible
  1004. distribution and thus maximum return.  Also note (for those that
  1005. like to split hairs) that I am distributing this disk as a "freebee".
  1006. To receive a copy, just request it when ordering any other disks from
  1007. the library.
  1008.  
  1009. Bbs     A BBS for the Amiga (BBS-Amiga Version 1.1).
  1010.         Author:  Ewan Grantham
  1011.         Author's suggested shareware donation:  $25
  1012.  
  1013. FineArt     This is a collection of works from some of the best
  1014.         of current Amiga artists.  Many thanks to Jim Sachs,
  1015.         Sheryl Knowles, Jack Haeger, and Aegis Development
  1016.         for submissions.
  1017.  
  1018. FontEditor  Does what the name implies, edits font's.
  1019.         Author:  Tim Robinson
  1020.         Author's suggested shareware donation: $5
  1021.  
  1022. MenuEditor  Create and edit menus, saving the result as either
  1023.         a binary file for further editing or as C source for
  1024.         inclusion in a program.
  1025.         Author:  David Pehrson
  1026.         Author's suggested shareware donation: $15
  1027.  
  1028. StarTerm    Starterm version 3.0.  Very nice telecommunications
  1029.         program.
  1030.         Author:  Jim Nangano
  1031.         Author's suggested shareware donation: $20
  1032.  
  1033. ==========================  Contents of Disk 031  ==========================
  1034.  
  1035. This is disk 31 of the freely distributable AMIGA software library.
  1036.  
  1037. Life        Executes the cellular automata game of LIFE in the
  1038.         blitter chip.  Uses a 318 by 188 display and runs at
  1039.         19.8 generations per second.
  1040.         Author: Tomas Rokicki
  1041.  
  1042. Mandelbrot  Latest version of Robert French's mandelbrot program,
  1043.         version 3.00.
  1044.         Author: Robert French
  1045.  
  1046. MxExample   Example of mutual exclusion gadget handling.
  1047.         Author: Davide Cervone
  1048.  
  1049. RamSpeed    Program to measure raw memory speed, comparing internal
  1050.         memory to the external memory.
  1051.         Author: Perry Kivolowitz
  1052.  
  1053. Set     Replacement for the Manx "set" command (to set or
  1054.         change environment variables) with several
  1055.         improvements.
  1056.         Author: Tomas Rokicki
  1057.  
  1058. Tree        Draws a recursive tree (green leafy type, not files).
  1059.         Author: Robert French (original version by W. Balthrop)
  1060.  
  1061. TxEd        Latest demo version of Microsmith's text editor, TxEd.
  1062.         This is the full production version except that files are
  1063.         limited to 10K bytes in length and the search/replace
  1064.         functions are disabled.  Also, demo is based on an older
  1065.         version of TxEd, new release has additional features.
  1066.         Author: Charlie Heath
  1067.  
  1068. VDraw       Drawing program, based on freedraw, but now transformed
  1069.         and enhanced beyond recognition.  Draws hollow boxes, 
  1070.         filled boxes, freehand sketches, lines, circles, and arcs.
  1071.         Also has area fill, text insertion, 16 different line
  1072.         patterns, predefined area fill patterns, a magnify mode,
  1073.         cut and paste, color inversion, erase, grid pattern, and
  1074.         more.  This is version 1.08.
  1075.         Author:  Stephen Vermeulen
  1076.  
  1077. Xicon       Contains two programs; Xicon which lets you use icons to
  1078.         call up scripts containing CLI commands, and Ticon, which
  1079.         is a simple program to display text files from icons.
  1080.         Author: Pete Goodeve
  1081.  
  1082. ==========================  Contents of Disk 032  ==========================
  1083.  
  1084. This is disk 32 of the freely distributable AMIGA software library.
  1085.  
  1086. Address     Extended address book written in AmigaBasic.
  1087.         Author: Mark Hurst
  1088.  
  1089. Calendar    Calendar/diary program written in AmigaBasic.
  1090.         Author: Mark Hurst
  1091.  
  1092. DosPlus1    First volume of CLI oriented tools for developers.
  1093.         Executables only.
  1094.         Author: Bill Beogelein
  1095.  
  1096. DosPlus2    Second volume of CLI oriented tools for developers.
  1097.         Executables only.
  1098.         Author: Bill Beogelein
  1099.  
  1100. MacView     Allows viewing of a standard MacPaint picture file in
  1101.         either Amiga low resolution (320 x 200) or high
  1102.         resolution (640 x 400).  Executable only.
  1103.         Author: Scott Evernden
  1104.  
  1105. Puzzle      Simulation of puzzle with moving square tiles.
  1106.         Executable only.
  1107.         Author: Bill Beogelein
  1108.  
  1109. ShowHAM     Program to display HAM (Hold And Modify) mode images
  1110.         from the CLI environment.  Executable only.
  1111.         Author: Unknown
  1112.  
  1113. Solitaire   Two new ABasiC games, Canfield and Klondike.
  1114.         Author: David Addison
  1115.  
  1116. Spin3       Simple program that creates spinning cubes and transforms
  1117.         them into op-art.  Example of how to create a double
  1118.         buffered display with color tables that can be changed.
  1119.         Author: Ronald Peterson
  1120.  
  1121. Sword       Sword of Fallen Angel.  Text adventure game written
  1122.         in AmigaBasic.
  1123.         Author: Andry Rachmat
  1124.  
  1125. Trails      Cute little program that leaves a trail behind the
  1126.         pointer when the mouse is moved.  The trail has
  1127.         programmable symmetry, thickness, and length.
  1128.         The other interesting thing about this program is
  1129.         that it is written in Modula-2 (source provided).
  1130.         Author: Richie Bielak
  1131.  
  1132. ==========================  Contents of Disk 033  ==========================
  1133.  
  1134. This is disk 33 of the freely distributable AMIGA software library.
  1135.  
  1136. 3dstars     3d version of Leo's "stars" program (also on this disk).
  1137.         Author: Leo Schwab
  1138.  
  1139. Bigmap      Program which demonstrates how to use the low-level
  1140.         graphics calls, ScrollVPort especially.  Demonstrates
  1141.         scrolling around inside a very big bitmap.
  1142.         Author: Leo Schwab
  1143.  
  1144. Dbuf.gels   Sample program that demonstrates the animation routines
  1145.         for Bobs and VSprites.  Uses double buffering to smooth
  1146.         the display motion.
  1147.         Author: David Lucas
  1148.  
  1149. DiskMapper  Displays sector allocation of floppy disks.
  1150.         Author: Leo Schwab
  1151.  
  1152. MemView     Program which sets up a direct window into RAM, thus
  1153.         dynamically displaying the contents of memory.
  1154.         Author: Leo Schwab
  1155.  
  1156. Oing        Displays a window full of little bouncing balls.
  1157.         Author: Leo Schwab
  1158.  
  1159. ScreenDump  Dumps rastport of highest screen/window to printer.
  1160.         Author: Carolyn Scheppner
  1161.  
  1162. Sdb     Simple database program, originally released on a
  1163.         DECUS VAX SIG tape.
  1164.         Author: Unknown, Amiga port by Mic Kaczmarczik
  1165.  
  1166. Sproing     Same as Oing but includes sounds of balls colliding with
  1167.         boundries.
  1168.         Author: Leo Schwab
  1169.  
  1170. Stars       Displays a screen full of stars, reminiscent of a view
  1171.         from the starship Enterprise's flight deck.
  1172.         Author: Leo Schwab
  1173.  
  1174. TermPlus    Yet another variant of Michael Mournier's AmigaTerm
  1175.         program.  This one includes improved ascii capture,
  1176.         CRC and checksum xmodem protocol transfers, CompuServe
  1177.         B-protocol transfers, a phone library, function key
  1178.         support, and limited AmigaDOS functions.
  1179.         Author:  Enhancements by Bob Rakosky
  1180.  
  1181. Vt100       Release 2.0 of Dave's version of AmigaTerm.
  1182.         Includes support for function keys and script files.
  1183.         Author: Enhancements by Dave Wecker and Steve Drew.
  1184.  
  1185. ==========================  Contents of Disk 034  ==========================
  1186.  
  1187. This is disk 34 of the freely distributable AMIGA software library.
  1188.  
  1189. Alint       Support files for Gimpel lint to make it useful on the
  1190.         Amiga.
  1191.         Author: Thomas Althoff
  1192.  
  1193. Blink       A linker written as a replacement for Alink.  Fully
  1194.         Alink compatible and supports many additional options
  1195.         not found in Alink.  Also is much faster than Alink and
  1196.         generates smaller executable files.  Version 5.7
  1197.         Author: Combined efforts of the Software Distillery
  1198.  
  1199. Browser     Updated version of the browser program released on disk
  1200.         number 18.  This one has been "manxified", has scroll
  1201.         bars, and several bugs fixed.
  1202.         Author: Mike Meyer, enhancements and fixes by Bob Leivian
  1203.  
  1204. Btree       Routines to implement a B-tree algorithm and several
  1205.         accompanying tests, apparently derived from the single
  1206.         file version also included on this disk under "Btree2".
  1207.         Still buggy, but looks useful with a little work.
  1208.         Author: Richard Hellier, posted to usenet by Steve Jefferson
  1209.  
  1210. Btree2      Previous (original) version of btree routines.
  1211.         Author: Richard Hellier
  1212.  
  1213. Calendar    Appointment calendar that lets you visually add and
  1214.         update appointments.  Can also run in background and
  1215.         remind you 15 minutes before any scheduled event.
  1216.         Author: Unknown, Amiga port by Bob Leivian
  1217.  
  1218. Less        Like Unix "more", only better, with forward and
  1219.         backward scrolling, searching and positioning by
  1220.         percent of file and line number, etc.  Very useful!
  1221.         Author: Mark Nudelman, Amiga port by Bob Leivian
  1222.  
  1223. NewFonts    Set of 28 new Amiga fonts.
  1224.         Author: Bill Fischer
  1225.  
  1226. Pr      A background print utility with several options for
  1227.         letter quality compressed mode and line numbers.  Also
  1228.         takes multiple files and wildcards.
  1229.         Author: Bob Leivian
  1230.  
  1231. Requester   A file name requester that looks like the one used in
  1232.         Deluxe Paint, and a sample program for using the
  1233.         requester.
  1234.         Author: Kevin Clague
  1235.  
  1236. ==========================  Contents of Disk 035  ==========================
  1237.  
  1238. This is disk 35 of the freely distributable AMIGA software library.
  1239.  
  1240. ASendPacket Example program for sending multiple packets asynchronously
  1241.         to a dos handler, for those interested in implementing
  1242.         programs with asynchronous AmigaDos file I/O.
  1243.         Author: Phillip Lindsay
  1244.  
  1245. ConsoleWindow   Example program for finding the intuition pointer to an
  1246.         AmigaDos CON: or RAW: window, so you can do WindowToFront,
  1247.         graphics, and other interesting things.
  1248.         (Requires AmigaDos 1.2)
  1249.         Author: Andy Finkel and Robert Burns
  1250.  
  1251. DirUtil     Nice little program to wander around directory tree
  1252.         using a windowing interface and performing various
  1253.         operations on files.
  1254.         Author: Chris Nicotra, enhancements by Dave Jobusch
  1255.  
  1256. DirUtil2    Another variant of dirutil.
  1257.         Author: Chris Nicotra, enhancements by Ed Alford
  1258.  
  1259. FileRequester   A very nice file requester module for lattice C programs,
  1260.         along with a demo driver program.
  1261.         Author: Charlie Heath
  1262.  
  1263. MacView     Allows viewing of standard MacPaint picture files in
  1264.         either Amiga low resolution (320 x 200) or high
  1265.         resolution (640 x 400).  Executable, sample pictures,
  1266.         and icons (version on disk 32 did not include pictures).
  1267.         Author: Scott Evernden
  1268.         
  1269. Plop        Short, simple, no-frills IFF reader program, and
  1270.         a sample picture made using a ray tracing algorithm.
  1271.         Author: Jim Kent
  1272.  
  1273. PopCLI      Provides a simple way of starting another CLI at any
  1274.         time without having to load workbench or exit whatever
  1275.         program you may be using.  Also has a builtin screen
  1276.         saver mode that automatically blanks the Amiga console
  1277.         screen when there has been no input for a specified
  1278.         period of time.
  1279.         Author: John Toebes
  1280.  
  1281. QuickCopy   Three versions of quickcopy, a nice little full disk
  1282.         copier.  Two of the versions are capable of making 
  1283.         backup copies of "protected" Electronic Art's disks.
  1284.         Author: Dave Devenport
  1285.  
  1286. ScrollPf    Creates and displays a 400 by 300 by 2 bit plane
  1287.         playfield on top of a 320 by 200, 2 plane deep
  1288.         playfield, as a demo of dual playfield display.
  1289.         Author: Carolyn Scheppner
  1290.  
  1291. SendPacket  General purpose subroutine to send AmigaDos packets.
  1292.         Author: Phillip Lindsay
  1293.  
  1294. SpriteMaker Program which lets you paint sprites and then converts
  1295.         the image into a C data structure to be used in programs.
  1296.         Allows interactive testing of the sprite as a pointer.
  1297.         Suggested shareware donation of $15 for source code and
  1298.         updates.
  1299.         Author: Ray Larson
  1300.  
  1301. Tracker     Program which converts a boot-load disk (I.E. a kickstart
  1302.         disk) into a group of files for electronic transmission
  1303.         and reassembly.  Completely preserves the original disk
  1304.         structure so the target disk will be an exact duplicate
  1305.         of the original.
  1306.         Author: Brad (Lord Bradford) Wilson
  1307.  
  1308. TriClops    Very nice graphics oriented 3-D space invasion game.
  1309.         This was previously a commercial product which is
  1310.         being released into the public domain for promotional
  1311.         purposes (they are working on a multiuser, multimachine
  1312.         version).
  1313.         Author: Unknown, published by Geodesic Publications
  1314.  
  1315. Tsize       A simple utility to print directory tree sizes.  Displays
  1316.         the total size of all files and subdirectories within a
  1317.         given directory.
  1318.         Author: Edmund Burnette
  1319.  
  1320. UnIfdef     Useful program for removing ifdef'ed sections from a file
  1321.         while otherwise leaving the file alone.  Allows one source
  1322.         to be used as a porting base for many machines, without
  1323.         shipping the entire source to every source customer.
  1324.         (Preprocess for their machine and send them only the
  1325.         source for their specific machine).
  1326.         Author: Dave Yost
  1327.  
  1328. Vttest      Program to test compatibility of vt100-compatible 
  1329.         terminals and terminal emulators.  Requires the
  1330.         resources of a Unix system to test an Amiga hosted
  1331.         vt100 emulator.  (I haven't yet found one that even
  1332.         comes close to passing this test!).
  1333.         Author: Per Lindberg
  1334.  
  1335. ==========================  Contents of Disk 036  ==========================
  1336.  
  1337. This is disk 36 of the freely distributable AMIGA software library.
  1338.  
  1339. Acp     A copy program with filename expansion and argument
  1340.         interpretation like the unix cp.
  1341.         Author: Fred Cassirer
  1342.  
  1343. Clock       Updated version of the clock program released on disk
  1344.         number 15.  Adds seconds display, free memory display,
  1345.         and faster updates.
  1346.         Author: Mike Meyer
  1347.  
  1348. Csh     Csh like alternative to the CLI, with changes to
  1349.         compile under Manx with 16-bit ints.  Has alias,
  1350.         builtin functions like "dir" for speed, history,
  1351.         named variables, command re-execution with substitution,
  1352.         etc.  Version 2.01A.
  1353.         Author: Matt Dillon
  1354.  
  1355. DietAid     Diet planning aid to allow the user to compile lists
  1356.         of ingredients (recipes) and automatically compute
  1357.         calorie totals, etc.  This is a shareware program
  1358.         ($10 suggested) that was submitted by the author
  1359.         for inclusion in the library.
  1360.         Author: Terry Gintz
  1361.  
  1362. Echo        An improved echo command with options to control
  1363.         color, screen placement of text, etc.
  1364.         Author: Larry Phillips
  1365.  
  1366. FixHunk     A program to modify executable files to allow them to
  1367.         run in external memory.  It forces all DATA and BSS hunks
  1368.         in the file to be loaded into CHIP memory.  CODE hunks will
  1369.         still load into FAST ram if available.  Version 1.2a.
  1370.         Author: D.J. James
  1371.  
  1372. Fm      File mapper program.  Uses trackdisk device to grab
  1373.         sectors and traverse the filesystem to find out what
  1374.         sectors a particular file occupies.
  1375.         Author: Leo Schwab
  1376.  
  1377. KickBench   Instructions and programs for creating and using a
  1378.         combined KickStart and WorkBench disk, so only one
  1379.         disk is need to reboot.  Allows the system to reboot
  1380.         unattended after a power failure.  Requires disked from
  1381.         developer's disk.
  1382.         Author: Alonzo Gariepy
  1383.  
  1384. Lex     A program (not to be confused with the Unix lex program
  1385.         which is a lexical analyzer generator) which computes
  1386.         various readability metrics for text files.  Computes
  1387.         Gunning-Fog, Flesh, and Kincaid indices.
  1388.         Author: Jeff Sullivan
  1389.  
  1390. TunnelVision    Another fine ABasiC game from David Addison.  This is 
  1391.         a maze game with a 3-D perspective view from inside the
  1392.         maze.
  1393.         Author: David Addison
  1394.  
  1395. Vc      Visicalc-like spreadsheet calculator program.
  1396.         Author:  James Gosling, Amiga port by Peter Hardie
  1397.  
  1398. Vt100       Version 2.2 of Dave's vt100 emulator program including
  1399.         Xmodem and Kermit file transfer protocols.
  1400.         Author: Dave Wecker
  1401.  
  1402. YaBoing     A game program demonstrating hardware sprite usage,
  1403.         including collision detection.
  1404.         Author: Ali Ozer, based on original by Leo Schwab
  1405.  
  1406. ==========================  Contents of Disk 037  ==========================
  1407.  
  1408. This is disk 37 of the freely distributable AMIGA software library.
  1409.  
  1410. It is port of Timothy Budd's Little Smalltalk system, done by Bill
  1411. Kinnersley at Washington State University.
  1412.  
  1413. The disk is unchanged except for the following:
  1414.  
  1415.     (1) I have added this file, README.list37.
  1416.  
  1417.     (2) I have added the standard distribution info file,
  1418.         README.dist.
  1419.  
  1420.     (3) In order to make room for the above two files (the
  1421.         disk only had 2 free blocks) I filtered all the text
  1422.         files in the sources, docs, and examples directories
  1423.         through a program to remove extraneous CR (^M) characters
  1424.         from the end of each line.  This also makes the files
  1425.         conform to standard Amiga and Unix line delimiter 
  1426.         conventions.  I hope this didn't break anything else
  1427.         in the process...
  1428.  
  1429.     (4) I have added the file sources/Makefile to help people
  1430.         who want to recompile the sources.  It uses my cc 
  1431.         frontend.  I was able to compile and link an executable
  1432.         that was almost the same size as the one Bill provided
  1433.         (100 bytes smaller) using Manx 3.20B in 16-bit int mode,
  1434.         but it aborted immediately with an error message, so
  1435.         beware.
  1436.  
  1437. -Fred
  1438.  
  1439. ==========================  Contents of Disk 038  ==========================
  1440.  
  1441. This is disk 38 of the freely distributable AMIGA software library.
  1442.  
  1443. CSquared    Implementation of Circle Squared algorthm from Sept '86
  1444.         Scientific American "Computer Recreations" column.
  1445.         Produces wildly colorful but mathematically precise
  1446.         patterns.
  1447.         Author:  Bill DuPree
  1448.  
  1449. FixObj      Strip extraneous garbage off the end of object files
  1450.         transfered with xmodem.  Does not require preknowledge
  1451.         of actual file length, uses knowledge of Amiga file
  1452.         structure.  Version 1.1 (update to copy on disk #10).
  1453.         Author:  John Hodgson
  1454.  
  1455. Handler     An example that implements an AmigaDos Handler (device)
  1456.         in non-BCPL format.
  1457.         Author:  Phillip Lindsay
  1458.  
  1459. Hp-10c      Program that mimics an HP-10c (Hewlett Packard calculator),
  1460.         written in TDI Modula2.
  1461.         Author:  Duncan Prindle
  1462.  
  1463. IffDump     Two programs for manipulating IFF files.  IFFENCODE grabs
  1464.         an active screen and writes it to a file in IFF format.
  1465.         IFFDUMP decodes information in arbitrary IFF files and
  1466.         prints it in a human readable form.
  1467.         Author:  Matt Dillon
  1468.  
  1469. Jsh     A simple command line interpreter drawing on features from
  1470.         the BSD C shell.
  1471.         Author:  Jim Kent
  1472.  
  1473. NewStat     Replacement program for the AmigaDOS STATUS command.  Prints
  1474.         task number, priority, address of process, command line 
  1475.         being executed, current directory, etc.
  1476.         Author:  James Synge
  1477.  
  1478. Reversi     Program to play reversi game.  Version 6.1.
  1479.         Author:  Manuel Almudevar
  1480.  
  1481. UUdecode    Programs to encode/decode binary files for transmittal
  1482.         via mail, or other text-only methods.  Binary file is
  1483.         expanded by approximately 35% for transmittal.
  1484.         Author:  Mark Horton
  1485.  
  1486. Vdraw       Drawing program, based on freedraw, but now transformed
  1487.         and enhanced beyond recognition.  This is version 1.14.
  1488.         This shareware program (suggested $15 donation) was
  1489.         submitted by the author for inclusion in the library.
  1490.         Author:  Stephen Vermeulen
  1491.  
  1492. VoiceFiler  Voice filer program for Yamaha DX series synthesizers.
  1493.         Voices are transfered to and from the Amiga over MIDI.
  1494.         Author:  Jack Deckard
  1495.  
  1496. Window      Sample program which shows how to create a DOS window
  1497.         in a custom screen.
  1498.         Author:  Andy Finkel
  1499.  
  1500. ==========================  Contents of Disk 039  ==========================
  1501.  
  1502. This is disk 39 of the freely distributable AMIGA software library.
  1503.  
  1504. AnsiEcho    Some commands written in assembler.  Includes an
  1505.         echo command, touch, list, cls (clear screen), and ask
  1506.         (wait for user input).
  1507.         Author:  Dewi Williams
  1508.  
  1509. Display     Graphics display program to display HAM images from a
  1510.         ray tracing program.  Includes some really spectacular
  1511.         pictures.
  1512.         Author:  Dave Wecker
  1513.  
  1514. Driver      Demo device driver in source.  Functions as a RAM disk
  1515.         for demonstration purposes.
  1516.         Author:  Lee Erickson
  1517.  
  1518. Xlisp       Small lisp type interpreter, binary only (source to
  1519.         older version was on disk #18).  Version 1.7.
  1520.         Author:  Dave Betz
  1521. ==========================  Contents of Disk 040  ==========================
  1522.  
  1523. This is disk 40 of the freely distributable AMIGA software library.
  1524.  
  1525. Note that many of the programs on this disk are shareware/freeware.
  1526. This means that if you find them useful, you are morally obligated
  1527. to send a small donation to the author to help support his efforts and
  1528. fund further development.  I hope that by including them in this
  1529. library I have furthered the author's goals of widest possible
  1530. distribution and thus maximum return.  Also note (for those that
  1531. like to split hairs) that I am distributing this disk as a "freebee".
  1532. To receive a copy, just request it when ordering any other disks from
  1533. the library.
  1534.  
  1535. Ahost       Amiga terminal emulator featuring ANSI terminal emulation,
  1536.         file transfer with CompuServe's B-Protocol, Kermit, and
  1537.         Xmodem, user definable function keys, script language,
  1538.         RLE graphics and a special conference mode for use
  1539.         with CIS.   Version 0.9.
  1540.         Author:  Steve Wilhite & George Jones
  1541.  
  1542. AmigaMonitor    Dynamically display the state of the machine, including
  1543.         open files, active tasks, resources, device states, 
  1544.         interrupts, libraries, ports, etc.  Display window into
  1545.         memory.  Version 0.21.  Suggested $15 donation.
  1546.         Author:  Jim Voris
  1547.  
  1548. Arc     The ubiquitous compressing archiver program that
  1549.         has become the de facto standard for distributing
  1550.         binaries and multi-file postings on most BBS's.
  1551.         This is Amiga version 0.16, a port of arc version v5.0.
  1552.         Suggested $35-$50 donation.
  1553.         Author:  System Enhancement Associates
  1554.              Amiga version by Raymond Brand
  1555.  
  1556. AreaCode    Program which decodes area codes into state and locality.
  1557.         Version 1.5.
  1558.         Author:  Bill Beogelein
  1559.  
  1560. Blink       A linker written as a replacement for Alink.  Fully
  1561.         Alink compatible and supports many additional options
  1562.         not found in Alink.  Also is much faster than Alink
  1563.         and produces smaller executable files.  Version 6.5.
  1564.         Author:  Combined efforts of the Software Distillery
  1565.  
  1566. Cosmo       An "asteriods" clone.  Suggested $6 donation.
  1567.         Author:  John Harris
  1568.  
  1569. Dg210       Data General D-210 Terminal emulator.  Suggested $12 
  1570.         donation.
  1571.         Author:  Steve Lenz
  1572.  
  1573. DirUtil     Nice little program to wander around directory tree using
  1574.         a windowing interface and performing various operations
  1575.         on files.  Version 1.4.
  1576.         Author:  Chris Nicotra, enhancements by Dave Jobusch
  1577.  
  1578. DOSHelper   Windowing program to print help information about various
  1579.         dos commands.  Version 1.60.  Suggested $10 donation.
  1580.         Author:  John Youells
  1581.  
  1582. PagePrint   Prints text files with date/time header, page breaks, and
  1583.         line numbers.  Suggested $10 donation.
  1584.         Author:  Phil Mercurio
  1585.  
  1586. PopCLI      Provides a simple way of starting another CLI at any
  1587.         time without having to load workbench or exit whatever
  1588.         program you may be using.  Also has a builtin screen
  1589.         saver mode that automatically blanks the Amiga console
  1590.         screen when there has been no input for a specified
  1591.         period of time.  Version II, which now includes source.
  1592.         Author: John Toebes
  1593.  
  1594. SpriteEd    Lets you simultaneously edit two sprite pairs to form
  1595.         a double wide sprite image.  Suggested $10 donation.
  1596.         Author:  Scott Lamb
  1597.  
  1598. X-Spell     A spelling checker to proofread text files and then allow
  1599.         you to move through the document, deciding what to do with
  1600.         the misspelled words.  Suggested $15 donation.
  1601.         Author:  Hayes Haugen
  1602.  
  1603. ==========================  Contents of Disk 041  ==========================
  1604.  
  1605. This is disk 41 of the freely distributable AMIGA software library.
  1606.  
  1607. AmigaVenture    A program which allows you to write your own Infocom-style
  1608.         adventure programs in AmigaBasic.  It is a full-featured
  1609.         adventure parser, including direct and indirect objects,
  1610.         multiple object processing, adjectives, automatic
  1611.         ambiguity resolution, and subordinate clauses.  The
  1612.         parser includes support for one, two, or three-word verbs,
  1613.         and a full set of object-manipulation primitives.
  1614.         Author:  Mitsuharu Hadeishi
  1615.  
  1616. Csh     Version 2.03 of Matt's Csh-like shell.  Executable only.
  1617.         Author:  Matt Dillon
  1618.  
  1619. Dbug        Macro based C debugging package.  Machine independent.
  1620.         Provides function trace, selective printing of internal 
  1621.         state information, and more.  First released on disk #2.
  1622.         This version includes some bug fixes and enhancements.
  1623.         Author:  Fred Fish
  1624.         
  1625. DualPlayField   An example of using a dual-playfield screen, using a
  1626.         method contrary to documentation in the Intuition
  1627.         Manual.
  1628.         Author:  Jim Mackraz
  1629.  
  1630. GetFile     A very nice file name requester.  Unlike the earlier
  1631.         version on disk #35, this version includes source code.
  1632.         Author:  Charlie Heath
  1633.  
  1634. LatticeXref A cross reference listing of all symbols defined in the
  1635.         Lattice 3.10 header files.  Sorted alphabetically by
  1636.         symbol string, includes file name and line number of all
  1637.         references and/or definitions.
  1638.         Author:  Fred Fish
  1639.  
  1640. Lines       A line drawing demo program, reminiscent of the "sparks"
  1641.         program on disk #9.
  1642.         Author:  Paul Jatkowski
  1643.  
  1644. SetFont     A program to change the font used in a workbench screen.
  1645.         Includes several sample fonts of various sizes.
  1646.         Author:  Michael McInerny
  1647.  
  1648. Vt100       Version 2.3 of the ever popular vt100 terminal program.
  1649.         Includes xmodem and kermit file transfer protocols.
  1650.         Author:  Dave Wecker
  1651.  
  1652. ==========================  Contents of Disk 042  ==========================
  1653.  
  1654. This is disk 42 of the freely distributable AMIGA software library.
  1655. To quote the "Read Me First" file:
  1656.  
  1657.     This diskette contains the Amiga version of MicroGNUEmacs (MG),
  1658.     a small but powerful text editor that runs on many other computer
  1659.     systems besides the Amiga.  One of MG's major goals is to be
  1660.     compatible with its cousin GNU Emacs, so certain features you
  1661.     may have seen in other versions of MicroEmacs may work differently
  1662.     here, or not exist.  Hopefully, you'll find the added features MG
  1663.     provides to be worth the trouble it takes to make the switch. 
  1664.  
  1665. From the "Read Me Second" file:
  1666.  
  1667.     This is the fourth Beta distribution of MicroGnuEmacs.  Beyond the
  1668.     work of Dave Conroy, author of the original public domain v30, this
  1669.     contains the efforts of:
  1670.  
  1671.     mwm@ucbopal.berkeley.edu    Mike Meyer
  1672.     mic@ngp.utexas.edu      Mic Kaczmarczik
  1673.     blarson@usc-oberon.arpa     Bob Larson
  1674.     rtech!daveb@sun.com     Dave Brower
  1675.  
  1676. A very nice job guys!  Congratulations.
  1677.  
  1678. This disk is essentially unchanged except that I have added the usual
  1679. README.dist and README.list files, along with changing the volume name
  1680. to AmigaLibDisk42.  The original volume name was "MG 1a".
  1681.  
  1682. ==========================  Contents of Disk 043  ==========================
  1683.  
  1684. This is disk 43 of the freely distributable AMIGA software library.
  1685.  
  1686. BasicBoing  An AmigaBasic program which shows animation by page
  1687.         flipping.  Precalculates all views of a rotating 3
  1688.         dimensional cube and then cycles through them rapidly
  1689.         for animation.
  1690.         Author:  Arthur Blume
  1691.  
  1692. Bbm     Demo copy of B.E.S.T. Software's Business Management
  1693.         System.  It is a full implementation with file sizes
  1694.         reduced for demo purposes.
  1695.         Author:  Business Electronics Software & Technology Inc.
  1696.  
  1697. BbsList     A list of Bulletin Board Systems which support the
  1698.         Amiga.  The list was compiled from a list on Delphi,
  1699.         Compuserve, bathroom walls, etc.
  1700.         Author:  Dick Sheffold
  1701.  
  1702. Cc      C compiler frontends for Manx and Lattice C, developed
  1703.         independently by Jay Ts.  These automatically filter off
  1704.         the annoying banner messages from various passes of
  1705.         the compilers.
  1706.         Author:  Jay Ts
  1707.  
  1708. Copper      A copper list disassembler.  Dumps the contents of a
  1709.         hardware copper instruction list.
  1710.         Author:  Scott Evernden
  1711.  
  1712. InstIFF     A program which converts sampled sound files from the
  1713.         Instruments dealer demo disks to IFF sampled sound files
  1714.         in a FORM 8SVX.
  1715.         Author:  Bobby Deen
  1716.  
  1717. PopColours  Lets you change the Red/Green/Blue components of any
  1718.         color register, on any screen currently in the system.
  1719.         Uses a movable window with slider gadgets.  Very well
  1720.         done.  Version 1.0, November 1986.
  1721.         Author:  Chris Zamara and Nick Sullivan
  1722.  
  1723. SpriteClock A very simple clock that uses a sprite as it's display
  1724.         medium, thus allowing it to be displayed on top of all
  1725.         other screens.  Includes source in assembly language.
  1726.         Author:  Darrel Schneider
  1727.  
  1728. STEmulator  Turns your Amiga into an Atari ST (sort of).  Be sure
  1729.         to read the README file for the true story...
  1730.         Author:  David Addison
  1731.  
  1732. WBrun       A program designed to allow any program to be invoked from
  1733.         CLI yet behave as if it were invoked from Workbench.
  1734.         Workbench need not be loaded, thus saving the memory that
  1735.         Workbench would normally use.
  1736.         Author:  John Toebes
  1737.  
  1738. Wild        Two versions of Unix shell style wildcard matching routines.
  1739.         Author:  Rich Salz and Fred Fish
  1740.  
  1741. ==========================  Contents of Disk 044  ==========================
  1742.  
  1743. This is disk 44 of the freely distributable AMIGA software library.
  1744.  
  1745. Icons       Some miscellaneous icons for your viewing pleasure.
  1746.         Author:  Unknown
  1747.  
  1748. NewIFF      Some new iff material dealing with sampled voice
  1749.         and music iff files.
  1750.         Author:  Posted to usenet by Carolyn Scheppner
  1751.  
  1752. RayTracePics    Ray tracing pictures, some of which appeared on disk
  1753.         number 39, but now in IFF HAM format for MUCH faster
  1754.         loading and compatibility with existing IFF tools.
  1755.         Author:  Dave Wecker
  1756.  
  1757. ViewILBM    Reads an ILBM file and displays as a screen/window
  1758.         until closed.  Handles normal and HAM ILBM's.
  1759.         Author:  Based on ShowILBM, enhanced by Carolyn Scheppner
  1760.  
  1761. ==========================  Contents of Disk 045  ==========================
  1762.  
  1763. This is disk 45 of the freely distributable AMIGA software library.
  1764.  
  1765. Clue        Clue board game.  Nice.
  1766.         Author:  Greg Pryor
  1767.  
  1768. Make        Another version of make that seems to be more complete
  1769.         than many other PD makes.
  1770.         Author:  Unknown, downloaded from the Software Distillery
  1771.  
  1772. Pictures    Miscellaneous pictures selected from dozens of pictures
  1773.         that have come my way since the last full art disk.
  1774.         Author:  Rich Payne, Grace Rohlfs, and others.
  1775.  
  1776. Update      Used to update an older working disk with files from a
  1777.         newly released disk.  Files on the older disk that are
  1778.         out of date will be upgraded with files from the new disk.
  1779.         Author:  Unknown, downloaded from Software Distillery
  1780.  
  1781. WhereIs     Program which searches a disk for the first or multiple
  1782.         occurances of a file with a given name.
  1783.         Author:  Steve Poling
  1784.  
  1785. ==========================  Contents of Disk 046  ==========================
  1786.  
  1787. This is disk 46 of the freely distributable AMIGA software library.
  1788.  
  1789. Asm     A shareware macro assembler, submitted by the author.
  1790.         Asm is a 68010 macro assembler that is compatible with
  1791.         the assembler described in the AmigaDOS manual.
  1792.         Author:  Douglas Leavitt
  1793.  
  1794. CheckModem  A program which provides for executing other programs
  1795.         from your startup file, if and only if there is actually
  1796.         a modem connected to the serial port.
  1797.         Author:  Matt Dillon
  1798.  
  1799. Egad        A gadget editor from the Programmers Network.  Very
  1800.         nicely done and very useful.
  1801.         Author:  John Draper, Ray Larson, Brent Southard, and
  1802.              Dave Milligan
  1803.  
  1804. Jive        A filter program which transforms its standard input
  1805.         to "jive" on its standard output.
  1806.         Author:  Unknown
  1807.  
  1808. My.lib      A binary only copy of Matt's alternate runtime library.
  1809.         Author:  Matt Dillon
  1810.  
  1811. ProffMacros Subset implementations of the Berkeley "ms" and System V
  1812.         "mm" macro packages, for the proff program.
  1813.         Author:  Tony Andrews and George Walker
  1814.  
  1815. ValSpeak    A filter program which transforms its standard input
  1816.         to "valspeak" on its standard output.
  1817.         Author:  Unknown
  1818.  
  1819. ==========================  Contents of Disk 047  ==========================
  1820.  
  1821. This is disk 47 of the freely distributable AMIGA software library.
  1822.  
  1823. 3D-Arm      The first stage of a larger project to study goal
  1824.         directed animation of articulated objects (objects
  1825.         which can move with various degrees of freedom but are
  1826.         constrained by attachment to other links within the
  1827.         object).  This program demonstrates goal directed
  1828.         animation with a simulated 3-dimensional robot arm.
  1829.         Includes source.
  1830.         Author:  Bob Laughlin
  1831.  
  1832. Juggler     Stunning animation of a robot juggler with ray
  1833.         traced reflective spheres.  Uses HAM mode display
  1834.         and sound effects to boot!
  1835.         Author:  Eric Graham
  1836.  
  1837. Vt100       Version 2.4 of Dave's vt100 terminal emulator.
  1838.         Includes xmodem and kermit file transfer protocols.
  1839.         Author:  Dave Wecker
  1840.  
  1841. ==========================  Contents of Disk 048  ==========================
  1842.  
  1843. This is disk 48 of the freely distributable AMIGA software library.
  1844.  
  1845. Bru     Alpha 1 version of a hard disk and/or file archiver
  1846.         written for Unix.  This is a vanilla port, with very
  1847.         little Amiga smarts, but it is usable.  This is also
  1848.         the last freely redistributable version.
  1849.         Author:  Fred Fish
  1850.  
  1851. Comm        A vt100 like terminal emulator with built in support
  1852.         for key functions and a phone number database.
  1853.         Version 1.30.
  1854.         Author:  DJ James
  1855.  
  1856. Csh2.04     Version 2.04 of Matt's csh-like shell.  Includes source.
  1857.         Author:  Matt Dillon
  1858.  
  1859. Csh2.04M    Version 2.04 of Matt's csh-like shell, heavily modified
  1860.         for Manx C.  Includes source.
  1861.         Author:  Matt Dillon, Manx version by Steve Drew
  1862.  
  1863. Diskperf    A disk benchmark program which runs on both Unix and the
  1864.         Amiga.
  1865.         Author:  Rick Spanbauer
  1866.  
  1867. Du      Computes disk usage of a file or directory (including
  1868.         subdirectories).  Very handy.
  1869.         Author:  Joe Mueller
  1870.  
  1871. MemWatch    Memwatch is a program intended to sit in the background
  1872.         and watch for random trashing of low memory by an
  1873.         application under development.  If it detects a write
  1874.         to low memory, it repairs it to what used to be there,
  1875.         then puts up a requester indicating what damage had been
  1876.         done.  Very useful!
  1877.         Author:  John Toebes
  1878.  
  1879. Profiler    A realtime execution profiler for Manx 3.30E.  Using this
  1880.         you can identify what sections of your program are using
  1881.         the most time, or being executed the most, and optimize
  1882.         as appropriate.  I was able to double the speed of some
  1883.         programs by using this tool.  Includes source.
  1884.         Author:  Tomas Rokicki
  1885.  
  1886. ==========================  Contents of Disk 049  ==========================
  1887.  
  1888. This is disk 49 of the freely distributable AMIGA software library.
  1889.  
  1890. Cycloids    An updated version of the hypocycloids (electronic
  1891.         spirograph) program first released on disk number 27.
  1892.         Author:  Terry Gintz
  1893.  
  1894. DirUtil     An enhanced version of the dirutil from disk number 35.
  1895.         Dirutil is a program to wander around a directory tree
  1896.         and perform various operations on files.  See README file
  1897.         for list of new features.
  1898.         Author:  Chris Nicotra, enhancements by Johan Widen
  1899.  
  1900. Multidef    A program to scan a collection of object and library
  1901.         files and identify multiply defined symbols.  This is
  1902.         useful to locate subtle problems where user defined
  1903.         symbols override library symbols.
  1904.         Author: Paul Jatkowski
  1905.  
  1906. MyUpdate    A disk update utility that also provides support for
  1907.         automatically stripping comments from C header files
  1908.         and for interactive verification on a per file basis.
  1909.         Author:  Joe Mueller
  1910.  
  1911. Plot        Program to compute and plot 3 dimensional functions.
  1912.         Includes hi-res interlace mode for maximum detail.
  1913.         Author:  Unknown; Amiga version by Terry Gintz
  1914.  
  1915. Polygon     A moire type pattern generator but with color cycling.
  1916.         Author:  Terry Gintz
  1917.  
  1918. QMouse      A program to query the status of the left mouse button
  1919.         and return a status code.  The return code can be used
  1920.         as a WARN condition in a CLI execute file to alter 
  1921.         execution.  Also includes a separate program to toggle
  1922.         interlace on and off.  Both are written in assembler and
  1923.         are very small.
  1924.         Author:  Robert Rethemeyer
  1925.  
  1926. Touch       A simple command to set the date of a file to the
  1927.         current date.  Uses new supported method of setting
  1928.         a file datestamp (rather than reading and writing
  1929.         back a byte).
  1930.         Author:  Phil Lindsay and Andy Finkel
  1931.  
  1932. Trees       Another "tree growing" program, similar to the one
  1933.         on disk number 31, but more extensive.
  1934.         Author:  Unknown; Amiga version by Terry Gintz
  1935. ==========================  Contents of Disk 050  ==========================
  1936.  
  1937. This is disk 50 of the freely distributable AMIGA software library.
  1938.  
  1939. Note that many of the programs on this disk are shareware/freeware.
  1940. This means that if you find them useful, you are morally obligated
  1941. to send a small donation to the author to help support his efforts and
  1942. fund further development.  I hope that by including them in this
  1943. library I have furthered the author's goals of widest possible
  1944. distribution and thus maximum return.  Also note (for those that
  1945. like to split hairs) that I am distributing this disk as a "freebee".
  1946. To receive a copy, just request it when ordering any other disks from
  1947. the library.
  1948.  
  1949. Asm     A shareware macro assembler, submitted by the author.
  1950.         Asm is a 68010 macro assembler that is compatible with
  1951.         the assembler described in the AmigaDOS manual.  This is
  1952.         version 1.1, an update to the version on disk number 46,
  1953.         and includes bug fixes, additional standard Motorola
  1954.         mnemonics and a simple startup code module.
  1955.         Author:  Douglas Leavitt
  1956.  
  1957. BreakOut    A 3-D game.  Requires 3-D glasses.
  1958.         Author:  Tim Kemp
  1959.  
  1960. DiskZap     Program to "edit" a disk, sector by sector.  Version 1.1.
  1961.         Author:  Paris Bingham Jr.
  1962.  
  1963. FirstSiliCon    A smart input line interpreter that provides a separate
  1964.         command window with full editing and recall of previous
  1965.         commands.  Actual name is "Sili(Con:)".
  1966.         Author:  Pete Goodeve
  1967.  
  1968. Missile     A nice "missile defense" game.  Written 100% in
  1969.         assembler (source available from author) and is very fast!
  1970.         Author:  Glen Merriman
  1971.  
  1972. PerfectSound    PerfectSound demo, with a sound editor and sample sound
  1973.         files.  Looks very nice.
  1974.         Author:  Anthony Wood
  1975.  
  1976. Sizzlers    Graphics demo programs.
  1977.         Author:  Greg Epley
  1978.  
  1979. UnixArc     A version of arc suitable for Unix System V.
  1980.         Author:  System Enhancement Associates
  1981.  
  1982. Wombat      Yet another terminal emulation program.  Version 3.01.
  1983.         Has user settable cursor, programmable function keys,
  1984.         vt-102 emulation, auto-dialing, loadable settings files,
  1985.         and more.
  1986.         Author:  Dave Warker
  1987.  
  1988. ==========================  Contents of Disk 051  ==========================
  1989.  
  1990. This is disk 51 of the freely distributable AMIGA software library.
  1991.  
  1992. Bison       A replacement for unix "yacc" command.  This is from
  1993.         the GNU (GNU is Not Unix) effort, and was obtained
  1994.         from the Free Software Foundation.  This is a working
  1995.         update to the version on disk number 4, provided by
  1996.         Johan Widen.
  1997.         Author: Bob Corbett and Richard Stallman
  1998.  
  1999. Compress    This is an update to the compress version released
  2000.         on disk number 6.  It is tested and seems to work
  2001.         well except for a couple glitches noticed at the
  2002.         last minute (see the README file). Compress reduces the
  2003.         size of the named files using adaptive Lempel-Ziv coding.
  2004.         The amount of compression obtained depends on the size of
  2005.         the input, the number of bits per code, and the distribution
  2006.         of common substrings.  Typically, text such as source code
  2007.         or English is reduced by 50-60%.  Compression is generally
  2008.         much better then that achieved by Huffman coding
  2009.         (as used in "pack") or adaptive Huffman coding
  2010.         (as used in "compact"), and takes less time to compute.
  2011.         Author: Thomas Spencer, with improvements by others
  2012.  
  2013. Cos     A "Wheel Of Fortune" style game in AmigaBasic.
  2014.         Author:  Steve Michel
  2015.  
  2016. DifSsed     Dif produces a difference file which lists the
  2017.         line by line differences between any two text files.
  2018.         These differences can be fed to ssed (a stream type
  2019.         editor), along with the original text file, to remotely
  2020.         reproduce the other (new) file.  Binary only.
  2021.         Author:  Chuck Forsberg, Amiga port by Rich Schaeffer
  2022.  
  2023. Sq.Usq      Portable versions of the CPM sq and usq utilities.
  2024.         Author:  R. Greenlaw, many changes by Bill Swan
  2025.  
  2026. ==========================  Contents of Disk 052  ==========================
  2027.  
  2028. This is disk 52 of the freely distributable AMIGA software library.
  2029.  
  2030. Assign      Replacement for AmigaDOS assign command, written in C.
  2031.         Author:  Charles McManis
  2032.  
  2033. Fractal     A fractal program which produces a random square
  2034.         fractal terrain.
  2035.         Author:  John Olsen
  2036.  
  2037. HAMpoly     A polygon drawing demo which uses HAM mode to produce
  2038.         polygons of any of the possible 4096 colors.
  2039.         Author:  John Olsen
  2040.  
  2041. MxGads      Demonstrates how to make mutual exclusion of boolean
  2042.         gadgets work, even if they contain GadgetText.
  2043.         Author:  Willy Langeveld
  2044.  
  2045. Poly        A polygon drawing demo using the AreaMove, AreaDraw, and
  2046.         AreaEnd functions.
  2047.         Author:  John Olsen
  2048.  
  2049. Tek4010     A Tek 4010 emulator.
  2050.         Author:  Terry Whelan, with changes by Steve Poling
  2051.  
  2052. Vdraw1.16   Shareware drawing program submitted by the author.
  2053.         This version uses menus but includes some items not
  2054.         in version 1.19, also on this disk.
  2055.         Author:  Stephen Vermeulen
  2056.  
  2057. Vdraw1.19   Latest version of Vdraw, with a completely new iconic
  2058.         user interface, and some other new features including
  2059.         a color palette mixer and DPaint style brushes, extended
  2060.         cutting features, area locking, and a flexible printing
  2061.         interface.
  2062.         Author:  Stephen Vermeulen
  2063.  
  2064. ==========================  Contents of Disk 053  ==========================
  2065.  
  2066. This is disk 53 of the freely distributable AMIGA software library.
  2067.  
  2068. Animations  Some animations made with Aegis Animator.  Includes
  2069.         a player program.
  2070.         Author:  Aegis Development
  2071.  
  2072. ARCre       Creates rename scripts so that files with long names can
  2073.         be easily archived and dearchived correctly by "arc".
  2074.         Author:  John Hoffman
  2075.  
  2076. Arp     Some preliminary programs from a program started on BIX
  2077.         by Charlie Heath to replace all the BCPL AmigaDOS programs
  2078.         with assembly equivalents.  Includes "break", "cd", "chmod",
  2079.         "echo", "filenote", and "makedir".
  2080.         Author:  Charlie Heath and Scott Ballantyne
  2081.  
  2082. Compiler    An optimizing C compiler for the 68000.  Has successfully
  2083.         compiled itself on a 68000 based Unix system V machine,
  2084.         but has yet to be fully ported to the Amiga.  It will
  2085.         currently produce assembly output for simple C routines
  2086.         on the Amiga, but needs lots of work to be really useful
  2087.         as anything other than a learning tool for budding compiler
  2088.         guru's.
  2089.         Author:  Matthew Brandt
  2090.  
  2091. SpreadSheet A simple "Visicalc-like" spread sheet calculator.  Also
  2092.         known as "vc" but there is currently a debate about whether
  2093.         or not that name is a registered trademark.  The version
  2094.         on disk number 36 was based on an earlier version of the
  2095.         same source.  This release also includes source code.
  2096.         Author: James Gosling, Mark Weiser, and Bob Bond
  2097.             Amiga port by Dave Wecker
  2098.  
  2099. TarSplit    A port of the OS/9 program that extracts files from
  2100.         Unix tar archives.
  2101.         Author:  James Jones.  Amiga version by Mike Meyer.
  2102.  
  2103. UUencode    Programs to encode/decode binary files for transmittal
  2104.         via mail or other text-only methods.  The binary file
  2105.         is expanded by approximately 35% for transmittal.  This
  2106.         release is an update to the version on disk number 38,
  2107.         and includes a simple line-by-line checksum technique that
  2108.         can read and write files compatible with the older
  2109.         uuencode/uudecode.
  2110.         Author:  Mark Horton with mods by Alan Rosenthal
  2111.  
  2112. ==========================  Contents of Disk 054  ==========================
  2113.  
  2114. This is disk 54 of the freely distributable AMIGA software library.
  2115.  
  2116. Hanoi       Classical demo program for recursion.  Solves the
  2117.         towers of hanoi problem in a workbench window of
  2118.         its own.
  2119.         Author:  Ali Ozer
  2120.  
  2121. ISpell      A quick and dirty port of a Unix version of a freely
  2122.         distributable screen oriented, interactive, spelling checker.
  2123.         I use the Unix version daily and it is very nice.
  2124.         You will need expansion ram to run this with the
  2125.         supplied dictionary, as it loads the entire 300K
  2126.         hashed dictionary into memory.  A hard disk is
  2127.         also recommended.
  2128.         Author:  Pace Willisson
  2129.  
  2130. Ing     The next step in the "boing wars".  Turns a nice screen
  2131.         full of little windows into a screen of lots of bouncing
  2132.         little windows.  Cute!
  2133.         Author:  Leo 'Bols Ewhac' Schwab
  2134.  
  2135. Lav     A "title bar type" program that displays the number of
  2136.         tasks in the Amiga's run queue, averaged over the
  2137.         last minute, 5 minutes, and 15 minutes.  Presumably
  2138.         inspired by, and named after, the BSD "load average"
  2139.         program.
  2140.         Author:  William Rucklidge
  2141.  
  2142. MidiTools   Simple programs to play and record through the MIDI I/F.
  2143.         Untested (I have no MIDI hardware).
  2144.         Author:  Fred Cassirer
  2145.  
  2146. MoreRows    A program to make the workbench screen larger than normal.
  2147.         The number of additional rows and columns are set via command
  2148.         line arguments.
  2149.         Author:  Neil Katin and Jim Mackraz
  2150.  
  2151. Tilt        Another of Leo's cute little toys.  This one
  2152.         makes your Amiga look like it didn't pass Commodore's
  2153.         vibration testing.
  2154.         Author:  Leo 'Bols Ewhac' Schwab
  2155.  
  2156. ==========================  Contents of Disk 055  ==========================
  2157.  
  2158. This is disk 55 of the freely distributable AMIGA software library.
  2159.  
  2160. Csh     Version 2.05 of Matt Dillon's csh like shell, modified
  2161.         for Manx C.
  2162.         Author:  Matt Dillon, Manx'ified by Steve Drew
  2163.  
  2164. NewStartups A couple of new C startup modules. AStartup.asm is
  2165.         the source to AStartup.obj, with 1.2 fixes and better
  2166.         quote handling.  TWStartup.asm is like AStartup.asm but
  2167.         opens a stdio window, using a user supplied window 
  2168.         specification, when executed from workbench.
  2169.         Author:  Commodore, posted to BIX by Carolyn Scheppner
  2170.  
  2171. Palette     A tool which allows you to change another program's
  2172.         custom screen colors.  Based on Charlie Heath's
  2173.         palette program from disk number 1.
  2174.         Author:  Carolyn Scheppner
  2175.  
  2176. PipeDevice  A working 'pipe:' device, which allows the standard output
  2177.         of one process to be fed to the standard input of another
  2178.         process, with both processes running concurrently.
  2179.         Author:  Matt Dillon
  2180.  
  2181. ScreenSave  A program to save a normal or HAM mode screen as an
  2182.         IFF file.  Also creates an icon for the saved file.
  2183.         Author:  Carolyn Scheppner
  2184.  
  2185. ShangaiDemo Demo version of the Activision game "Shanghai".
  2186.         Submitted directly by Activision for inclusion in
  2187.         the library.
  2188.  
  2189. SoundExample    A double buffered sound example for Manx C using 16-bit
  2190.         ints, small code, and small data.
  2191.         Author:  Jim Goodnow
  2192.  
  2193. Vsprites    A working vsprite example.
  2194.         Author:  Eric Cotton
  2195.  
  2196. Vt100       Version 2.6 of Dave's vt100 terminal emulator with
  2197.         kermit and xmodem file transfer.  It just keeps getting
  2198.         better and better...
  2199.         Author:  Dave Wecker
  2200.  
  2201. ==========================  Contents of Disk 056  ==========================
  2202.  
  2203. This is disk 56 of the freely distributable AMIGA software library.
  2204.  
  2205. ClipBoard   Clipboard device interface routines to provide a standard
  2206.         interface, such as Open, Close, Post, Read, Write, etc.
  2207.         Author:  Andy Finkel
  2208.  
  2209. ConPackets  Demos the use of DOS packets, finding the Window pointer
  2210.         and ConUnit pointer of the CLI window, toggling Raw mode,
  2211.         getting cursor position and limits from the ConUnit, and
  2212.         ESC-sequence cursor positioning.
  2213.         Author:  Carolyn Scheppner
  2214.  
  2215. GetDisks    Sample program to find all available disk device names and
  2216.         return them as a simple exec list.  The list is made of named
  2217.         nodes, with the name being the device name.
  2218.         Author:  Phillip Lindsay
  2219.  
  2220. GetVolume   Sample program to get the volume name of the volume that
  2221.         a given file resides on.  Works on any device, even the
  2222.         RAM: device.
  2223.         Author:  Chuck McManis
  2224.  
  2225. Icon2C      Reads an icon file and writes out a fragment of C code
  2226.         with the icon data structures, for inclusion in a
  2227.         larger program.
  2228.         Author:  Carolyn Scheppner
  2229.  
  2230. MergeMem    Program which attempts to merge the MemList entries
  2231.         of sequentially configured ram boards.  When successful,
  2232.         allows allocating a section of memory which spans
  2233.         board boundries.
  2234.         Author:  Carolyn Scheppner
  2235.  
  2236. mCAD        An object-oriented drawing program, version 1.1.
  2237.         Uses a small set of graphics primitives (like "line",
  2238.         "box", and "text") and a small set of editing functions
  2239.         (like "move", "size", and "rotate").  While drawing and
  2240.         editing, the user can call on other functions to
  2241.         modify the display; to zoom in, slide around, superimpose
  2242.         a grid, etc.  This shareware program was submitted by
  2243.         the author.
  2244.         Author:  Tim Mooney
  2245.  
  2246. ==========================  Contents of Disk 057  ==========================
  2247.  
  2248.         *************************************************
  2249.         *                       *
  2250.         *   This disk has been pulled from distribution *
  2251.         *   because of possible copyright and/or    *
  2252.         *   trademark infringements with copyrights *
  2253.         *   and/or trademarks held by Steve Jackson *
  2254.         *   Games, of Austin Texas (the Ogre game). *
  2255.         *   If you find a copy in circulation, please   *
  2256.         *   notify the holder that it should be     *
  2257.         *   erased.  A replacement disk without the *
  2258.         *   Ogre game has been reissued as disk 97. *
  2259.         *                       *
  2260.         *************************************************
  2261.  
  2262. ==========================  Contents of Disk 058  ==========================
  2263.  
  2264. This is disk 58 of the freely distributable AMIGA software library.
  2265.  
  2266. ASDG-rrd    Extremely useful shareware recoverable ram disk.
  2267.         This AmigaDOS device driver implements a completely
  2268.         DOS compatible disk device in memory that survives
  2269.         resets, guru's, and crashes.  An absolute must for
  2270.         those with lots of ram.  Binary only.
  2271.         Author:  Perry Kivolowitz, ASDG Inc.
  2272.  
  2273. BigView     Displays any IFF picture, independent of the physical
  2274.         display size, using hardware scroll.  Default display 
  2275.         size is 320 by 200 in lo-res; HIRES or LACE attributes
  2276.         added if user width/height exceeds low resolution
  2277.         boundaries.  Includes source.
  2278.         Author:  John Hodgson
  2279.  
  2280. EGraph      Egraph reads pairs of x and y values from a list of files
  2281.         and draws a formatted graph.  Supports four unique curve
  2282.         fonts; solid curves, dashed curves, dotted curves, and long
  2283.         dashed curves.  The maximum number of data points is 
  2284.         unlimited.  Has globs of options.  Binary only.
  2285.         Author:  Laurence Turner
  2286.  
  2287. HyperBase   Nice little shareware database management system.
  2288.         Version 1.5.  Binary only, source available from authors.
  2289.         Author:  Michael MacKenzie, Marc Mengel, and Craig Norborg
  2290.  
  2291. MemClear    Walks through the free memory lists, zeroing free memory
  2292.         along the way, and coalescing memchunks that have contiguous
  2293.         address spaces.  Includes source.
  2294.         Author:  John Hodgson
  2295.  
  2296. NewZAP      A third-generation multi-purpose file sector editing utility,
  2297.         from the author of FileZAP.  Displays and edits full 512-byte
  2298.         sectors via a 106 character wide internal font.  Includes
  2299.         a search feature to find specific strings or hex digits, 
  2300.         forwards or backwards.  Version 3.0, includes source.
  2301.         Author:  John Hodgson
  2302.  
  2303. RainBow     Marauder-style rainbow generator.  Installs a user copper
  2304.         list such that the background color is changed every few
  2305.         scan lines.  Includes source.
  2306.         Author:  John Hodgson
  2307.  
  2308. SmusPlayers Two SMUS players, to play SMUS IFF music formatted files.
  2309.         Executables only.
  2310.         Author:  John Hodgson
  2311.  
  2312. View        A tiny ILBM viewer, for use with either the CLI or WorkBench.
  2313.         Includes source.
  2314.         Author:  John Hodgson
  2315.  
  2316. WBdump      JX-80 optimized workbench printer that does not use DumpRPort.
  2317.         Much more efficient than the Amiga JX-80 driver for full
  2318.         screen dumps.  Includes source.
  2319.         Author:  John Hodgson
  2320.  
  2321. ==========================  Contents of Disk 059  ==========================
  2322.  
  2323. This is disk 59 of the freely distributable AMIGA software library.
  2324.  
  2325. Browser     Another version of the browser program released on
  2326.         disks number 18 and number 34.  Includes some bug
  2327.         fixes and enhancements.  Includes source.
  2328.         Author:  Mike Meyer, enhancements by Mark Schretlen
  2329.  
  2330. Browser2    This browser type program is apparently not based on
  2331.         the original Mike Meyer version.  Binary only.
  2332.         Author:  Dan Green
  2333.  
  2334. Clock       Another clock program, comes in several flavors
  2335.         depending upon features desired, which include
  2336.         using alternate fonts, using alternate colors, setting
  2337.         the time, etc.  Binary only.
  2338.         Author:  Mark Waggoner
  2339.  
  2340. Dme     Version 1.22 of Matt's text editor.  Dme is a simple WYSIWYG
  2341.         editor designed for programmers.  It is not a WYSIWYG 
  2342.         word processor in the traditional sense.  Features include
  2343.         arbitrary key mapping, fast scrolling, title-line statistics
  2344.         multiple windows, and ability to iconify windows.
  2345.         Author:  Matt Dillon
  2346.  
  2347. DropCloth   Dropcloth replaces the standard blank WorkBench backdrop
  2348.         with a pattern, of setable intensity.  Binary only.
  2349.         Author:  Eric Lavitsky and Perry Kivolowitz
  2350.  
  2351. DropShadow  A program that makes your WorkBench windows have
  2352.         dropshadows.  Neat.  Binary only.
  2353.         Author:  Jim Mackraz
  2354.  
  2355. FixWB       A program similar to "DropCloth" (also on this disk),
  2356.         but not fully working yet.  At least this one is provided
  2357.         in source, so you get your choice of a working one in
  2358.         binary or a nonworking one in source.  Sigh.
  2359.         Author:  Leo Schwab
  2360.  
  2361. mCAD        An object-oriented drawing program, version 1.2.2.
  2362.         Uses a small set of graphics primitives (like "line",
  2363.         "box", and "text") and a small set of editing functions
  2364.         (like "move", "size", and "rotate").  While drawing and
  2365.         editing, the user can call on other functions to
  2366.         modify the display; to zoom in, slide around, superimpose
  2367.         a grid, etc.  This shareware program was submitted by
  2368.         the author.  Many improvements over the version 
  2369.         released on disk number 56.  Binary only.
  2370.         Author:  Tim Mooney
  2371.  
  2372. Robotroff   Another of Leo's cute little display hacks.  This one
  2373.         has a definite attraction to pointers (don't want to
  2374.         spoil the surprise).
  2375.         Author:  Leo Schwab
  2376.  
  2377. Supermort   A general compounding/amortization routine, using the
  2378.         intuition environment, which can be used for mortgage/loan
  2379.         computations.  Binary only.
  2380.         Author:  Mark Schretlen
  2381. ==========================  Contents of Disk 060  ==========================
  2382.  
  2383. This is disk 60 of the freely distributable AMIGA software library.
  2384.  
  2385. Note that many of the programs on this disk are shareware/freeware.
  2386. This means that if you find them useful, you are morally obligated
  2387. to send a small donation to the author to help support his efforts and
  2388. fund further development.  I hope that by including them in this
  2389. library I have furthered the author's goals of widest possible
  2390. distribution and thus maximum return.  Also note (for those that
  2391. like to split hairs) that I am distributing this disk as a "freebee".
  2392. To receive a copy, just request it when ordering any other disks from
  2393. the library.
  2394.  
  2395.  
  2396. Blitz       Blitz is a small program that is designed to be loaded
  2397.         into memory and that sits in the background until activated
  2398.         by its hotkey.  It allows you to view a text file, much
  2399.         like a TYPE command, only that it lets you move forwards
  2400.         and backwards through the file.  Its screen updates are
  2401.         blitz'n.  Binary only.
  2402.         Author:  Hayes Haugen
  2403.  
  2404. BlitzFonts  Blitzfonts makes text output up to 6 times faster,
  2405.         transparently to well behaved programs.  It is also
  2406.         very small and written 100% in assembly for maximum
  2407.         speed.  Binary only.
  2408.         Author:  Hayes Haugen
  2409.  
  2410. HandShake   Handshake is a full featured VT52/VT100/VT102 terminal
  2411.         emulator.  The author has taken great pains to support
  2412.         the full VT102 spec.  This is version 1.20a, binary only.
  2413.         Author:  Eric Haberfellner
  2414.  
  2415. Med     Yet another Amiga text editor.  This one lets you edit up
  2416.         to 36 files simultaneously and makes extensive use of
  2417.         the mouse.  This is version 2.1, binary only.
  2418.         Author:  Francois Rouaix
  2419.  
  2420. PrtDrvGen   Program to automatically generate custom printer drivers.
  2421.         Version 1.1, binary only, source available from author.
  2422.         Author:  Joergen Thomsen
  2423.  
  2424. Show        A nice, very small slideshow type program, version 2.1,
  2425.         binary only.
  2426.         Author:  Andry Rachmat
  2427.  
  2428. Uedit       Version 2.0 of this nice shareware editor.  Has learn
  2429.         mode, a command language, menu customization, and other
  2430.         user configurability and customizability features.
  2431.         Binary only.
  2432.         Author:  Rick Stiles
  2433.  
  2434. Ueturbo     Example of extensive customization of Uedit to set up
  2435.         a nice development environment.  Includes source.
  2436.         Author:  Tom Althoff
  2437.  
  2438. ==========================  Contents of Disk 061  ==========================
  2439.  
  2440. This is disk 61 of the freely distributable AMIGA software library.
  2441.  
  2442. ATPatch     A program which reportedly will patch the Amiga Transformer
  2443.         for operation under Workbench 1.2 (I don't have one so
  2444.         couldn't test it).  Includes source.
  2445.         Author:  Philip Staub
  2446.  
  2447. FillDisk    Disksalv has been known to find some rather interesting
  2448.         things in the free blocks of some production disks
  2449.         from companies that should know better.  This little
  2450.         hack makes sure you don't get caught in the same trap,
  2451.         by scribbling the disk's free blocks in a totally safe
  2452.         manner.  Includes source (all 20 lines of it).
  2453.         Author:  Fred Fish
  2454.  
  2455. LPatch      Patch for programs, such as 'Atom', with bad 1.0 Lstartup
  2456.         code, which abort during startup under 1.2 with 00038007
  2457.         alert (can't open dos library).  Includes source.
  2458.         Author:  Carolyn Scheppner
  2459.  
  2460. MicroEmacs  Version 3.8b of Daniel Lawrence's variant of Dave
  2461.         Conroy's microemacs.  This version is greatly enhanced
  2462.         over the last version, distributed on disk number 22.
  2463.         For example, there is now a full extension language and 
  2464.         support for a larger number of 68000 machines.  Includes
  2465.         source.
  2466.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  2467.  
  2468. PearlFont   A font similar to Topaz, but with smoothed out edges
  2469.         and more rounded characters.
  2470.         Author:  Michael Portuesi
  2471.  
  2472. Terrain     Program which demonstrates generation of good looking
  2473.         pseudo-random scenery.  Includes source in Draco.
  2474.         Author:  Chris Gray
  2475.  
  2476. VSprites    Vsprite example from Rob's book "Programmers' Guide To
  2477.         The Amiga".  Produces 28 VSprites onscreen simultaneously,
  2478.         using only three distinct sets of colors.  Includes source.
  2479.         Author:  Rob Peck
  2480.  
  2481. ==========================  Contents of Disk 062  ==========================
  2482.  
  2483. This is disk 62 of the freely distributable AMIGA software library.
  2484.  
  2485. This disk contains a port of the popular UNIX game "Hack", done by
  2486. John Toebes and the crew at the Software Distillery.  This is version
  2487. 1.0.3D.  The disk is unchanged except for the following:
  2488.  
  2489.     (1) I have added this file, README.list62.
  2490.  
  2491.     (2) I have added the standard distribution info file,
  2492.         README.dist.
  2493.  
  2494.     (3) I have copied all the files to a freshly formatted
  2495.         disk, to create the master distribution disk, using
  2496.         a command of the form "copy df0: to df1: all".  This
  2497.         insures that disk fragmentation is kept to a minimum,
  2498.         but also has the unfortunate side-effect that all
  2499.         the file dates are changed.
  2500.  
  2501. Note that this disk must be named "Hack_Game".  I have elected to keep
  2502. that name, rather than using the usual "AmigaLibDiskXX" convention for
  2503. disks in my library, to avoid requiring users to rename the disk before
  2504. using it.
  2505.  
  2506. -Fred
  2507.  
  2508. ==========================  Contents of Disk 063  ==========================
  2509.  
  2510. This is disk 63 of the freely distributable AMIGA software library.
  2511.  
  2512. This disk contains a port of the popular UNIX game "Larn", done by
  2513. Edmund Burnette and the crew at the Software Distillery.  This is version
  2514. 12.0B.  The disk is unchanged except for the following:
  2515.  
  2516.     (1) I have added this file, README.list63.
  2517.  
  2518.     (2) I have added the standard distribution info file,
  2519.         README.dist.
  2520.  
  2521.     (3) I have copied all the files to a freshly formatted
  2522.         disk, to create the master distribution disk, using
  2523.         a command of the form "copy df0: to df1: all".  This
  2524.         insures that disk fragmentation is kept to a minimum,
  2525.         but also has the unfortunate side-effect that all
  2526.         the file dates are changed.
  2527.  
  2528. Note that this disk must be named "Larn".  I have elected to keep
  2529. that name, rather than using the usual "AmigaLibDiskXX" convention for
  2530. disks in my library, to avoid requiring users to rename the disk before
  2531. using it.
  2532.  
  2533. Also note that, as distributed, this disk is only about 40% full.  Normally
  2534. I try to fill my library disks to about 90-95% full, but these "packaged"
  2535. disks are special.
  2536.  
  2537. -Fred
  2538.  
  2539. ==========================  Contents of Disk 064  ==========================
  2540.  
  2541. This is disk 64 of the freely distributable AMIGA software library.
  2542.  
  2543. This is a copy of the Amiga Developer's IFF disk, received directly from
  2544. Commodore-Amiga sources, with permission to place in the library and
  2545. redistribute.  It is an update to disk number 16, and is unchanged except
  2546. for:
  2547.  
  2548.     1)  The volume name has been changed to AmigaLibDisk64.
  2549.     2)  This file (README.list64) has been added.
  2550.  
  2551. I didn't have room for my standard README.dist file.  There were only
  2552. 4 free blocks on the disk when I got it!
  2553.  
  2554. Enjoy
  2555. -Fred
  2556.  
  2557. ==========================  Contents of Disk 065  ==========================
  2558.  
  2559. This is disk 65 of the freely distributable AMIGA software library.
  2560.  
  2561. Bawk        Text processor inspired by the Unix awk utility.  Bawk
  2562.         searches files for specific patterns and performs
  2563.         actions for every occurance of these patterns.  The
  2564.         patterns can be regular expressions.  The actions are
  2565.         expressed using a subset of the C language.  Unfortunately
  2566.         this version always gets a stack overflow no matter what
  2567.         the stack is set to, I haven't had a chance to find the
  2568.         bug.  Includes source, so you can hunt for it.  Looks
  2569.         like it could be a very useful utility for the Amiga.
  2570.         Author:  Bob Brodt
  2571.  
  2572. CloseWB     Simple program for use with MWB (also on this disk)
  2573.         to close a current WorkBench screen, and let you
  2574.         open WorkBench on a custom screen.
  2575.         Author:  Matt Dillon
  2576.  
  2577. Cookie      Fortune cookie program.  Includes source.
  2578.         Author:  Richard Stevens
  2579.  
  2580. JTime       Detailed instructions, including schematics in IFF
  2581.         format, for building and installing a battery backed
  2582.         up real-time clock.  The clock goes on the joystick
  2583.         port (aka mouse port 2).
  2584.         Author:  Michael Keryan
  2585.  
  2586. MenuBuilder A program which automates the process of building
  2587.         menus.  It takes a simple text file and generates
  2588.         a C source file with all the needed structures for 
  2589.         linking with the rest of your program.  This is
  2590.         version 1.0, and includes source.
  2591.         Author:  A. Preston
  2592.  
  2593. MWB     A program which will create a new 'WorkBench' screen
  2594.         and route by request OpenWindow calls meant for the
  2595.         WorkBench to these new screens.  This allows you to run
  2596.         programs which normally open windows on the WorkBench
  2597.         screen to use a custom screen instead.  Version 1.01,
  2598.         includes source.
  2599.         Author:  Matt Dillon
  2600.  
  2601. NewPackets  Tutorial downloaded from BIX C-A support section, which
  2602.         describes some new packets and structures in 1.2 AmigaDos.
  2603.         Author:  Carolyn Scheppner
  2604.  
  2605. PascalToC   A Pascal to C translator program which is supposed to
  2606.         correctly handle function, procedure, and most type
  2607.         declarations.  However, this quick and dirty port didn't
  2608.         fare too well on even a simple little Pascal fragment from
  2609.         Software Tools in Pascal.  I don't know if the problem is
  2610.         machine dependencies in the code or bugs.  Looks like it
  2611.         could be useful with a little more work than I have time
  2612.         to put into it now.  Includes source.
  2613.         Author:  James Mullens, enhancements by Dan Kegel
  2614.  
  2615. Prep        Version 2.1 of a Fortran preprocessor called 'prep', an
  2616.         alternative to ratfor.  Prep has better macro facilities,
  2617.         a concise shorthand for array and vector statements, all the
  2618.         standard flow control constructs of forth, and is written
  2619.         in generic, portable C (I made no source changes).  
  2620.         Includes source.
  2621.         Author:  Roger Ove
  2622.  
  2623. RunBack     A program that allows you to start another program which
  2624.         is independent of the CLI window.  This is useful to start
  2625.         programs from your Startup-Sequence, load WorkBench, and
  2626.         then close the initial CLI (which could not be closed
  2627.         otherwise).
  2628.         Author:  Charlie Heath, Microsmiths
  2629.  
  2630. SunMouse    Makes your mouse behave like the Sun Microsystem
  2631.         Sunwindows mouse.  You no longer have to 'click' in
  2632.         a window to make it active.  Just move the mouse pointer
  2633.         into the window and start typing.  Version 1.0, binary only.
  2634.         Author:  Scott Evernden
  2635.  
  2636. ==========================  Contents of Disk 066  ==========================
  2637.  
  2638. This is disk 66 of the freely distributable AMIGA software library.
  2639.  
  2640. AmScsi      Preliminary documentation for a hardware project to
  2641.         build a SCSI controller board.  The design does not
  2642.         support DMA or AUTOCONFIG'ing.
  2643.         Author:  Rich Frantz
  2644.  
  2645. Asm68k      Full featured macro assembler, version 1.0.1, binary
  2646.         only.  Well documented.
  2647.         Author:  W. Wesley Howe
  2648.  
  2649. Assigned    Same code showing how to find out whether or not a
  2650.         name has been assigned (via the dos ASSIGN command)
  2651.         before using it, thus avoiding the DOS Insert-Disk
  2652.         requester.  Includes source.
  2653.         Author:  Dan Green
  2654.  
  2655. Dk      A little display hack, inspired by Leo's gems.  Written
  2656.         in Modula-2, includes source.
  2657.         Author:  Thomas Handel
  2658.  
  2659. Flip        Seems like Leo's gems have inspired lots of people.  This
  2660.         one is quite cute also.  Written in assembler, includes
  2661.         source.
  2662.         Author:  Mike Berro
  2663.  
  2664. Foogol      Just what you've been waiting for, a foogol cross
  2665.         compiler for your Amiga that generates VAX assembly
  2666.         code.  Now you can port all those Amiga foogol programs
  2667.         to your VAX!  Seriously, foogol-IV is a tiny Algol like
  2668.         language and this is a compiler for it.  Includes source.
  2669.         Author:  Per Lindberg
  2670.  
  2671. Free        Free returns the available free bytes on any storage
  2672.         device that AmigaDos sees as a drive.  A list of up to
  2673.         six drives is kept by the program and may be cleared or
  2674.         added to at any time by the user.  Includes source.
  2675.         Author:  Tom Smythe
  2676.  
  2677. MallocTest  A malloc/free test program that allocates and frees
  2678.         randomly sized pieces of memory with random lifetimes,
  2679.         and fills them with patterns that can be checked for
  2680.         corruption.  Useful for beating on your vendor supplied
  2681.         memory management routines, or possibly as a poorman's
  2682.         memory test program.  Includes source.
  2683.         Author:  Neil Webber
  2684.  
  2685. Melt        Another display hack from the master himself...
  2686.         Includes source.
  2687.         Author:  Leo Schwab
  2688.  
  2689. Nart        Another display hack from the master himself...
  2690.         Includes source.
  2691.         Author:  Leo Schwab
  2692.  
  2693. Purty       Provides an easy way to change some common printer
  2694.         settings via a small window with several gadgets.
  2695.         Binary only.
  2696.         Author:  Charles Tyson
  2697.  
  2698. RayTracer   A simple ray tracing program.  It is capable of depicting
  2699.         up to 150 balls and a plane that is covered with a tiling
  2700.         of any bitmapped picture.  Binary only and sparce
  2701.         documentation.
  2702.         Author:  Friedrich Knauss, Steve Williams, Jim Horn and
  2703.              Mark Reichert
  2704.  
  2705. SendPackets Updated versions of the ASendPacket and SendPacket
  2706.         examples from disk number 35.  ASendPacket is an example
  2707.         program for sending multiple packets asynchronously
  2708.         to a dos handler, for those interested in implementing
  2709.         programs with asynchronous AmigaDos file I/O.
  2710.         SendPacket is a general purpose subroutine to send
  2711.         AmigaDos packets.  Includes source.
  2712.         Author: Phillip Lindsay
  2713.  
  2714. SnapShot    A small utility for dumping screens.  This one works
  2715.         like POPCLI and stays dormant until you press Ctrl-Esc.
  2716.         Binary only.
  2717.         Author:  Francois Rouaix
  2718.  
  2719. TagBBS      Version 1.02 of a shareware BBS system.  Suggested
  2720.         shareware donation is $25.  Binary only.
  2721.         Author:  Patrick Hughes
  2722.  
  2723. ==========================  Contents of Disk 067  ==========================
  2724.  
  2725. This is disk 67 of the freely distributable AMIGA software library.
  2726.  
  2727. AmCat       Shareware disk cataloging program.  Suggested donation
  2728.         of $20.  Binary only.
  2729.         Author:  Brian Conrad
  2730.  
  2731. AmigaSpell  Very nice intuition oriented shareware spelling checker,
  2732.         version 2.0, binary only.
  2733.         Author:  Mike Berro
  2734.  
  2735. Bouncer     A 3-D simulation of a bouncing ball written in
  2736.         Creative Solutions' Multi-Forth, with source included.
  2737.         Author:  Jon Bryan
  2738.  
  2739. Comm        Another nice terminal program.  Version 1.33, binary only.
  2740.         Author:  DJ James
  2741.  
  2742. Dux5        Latest version of directory utility which is a descendant
  2743.         of the original dirutil program by Chris Nicotra.  Includes
  2744.         source.
  2745.         Author:  Enhancements and fixes by lots of people
  2746.  
  2747. HexCalc     Nice little hex/oct/dec/bin calculator and converter.
  2748.         Binary only.
  2749.         Author:  Scott Ross
  2750.  
  2751. Icons       A collection of some icons for general purpose programs
  2752.         and some particular programs.  The "documentation"
  2753.         icon is particularly cute.
  2754.         Author:  Jeff White
  2755.  
  2756. Mandala     A mandala graphic program with sound, sort of Eastern
  2757.         music.  Binary only.
  2758.         Author:  Unknown
  2759.  
  2760. PersMait    Demo version of shareware personal/personnel file manager.
  2761.         Includes list processing, capability to run mailing labels,
  2762.         mail merge output feature, and more.  Demo version is
  2763.         binary only and limited to input mode.  Suggested donation
  2764.         of $24 for the "real" version.
  2765.         Author:  Breen and Associates
  2766.  
  2767. RSLClock    Yet another nice little clock utility that can sit
  2768.         around in your title bar.  Lots of options.  Version 1.3,
  2769.         binary only.
  2770.         Author:  Roy Laufer
  2771.  
  2772. RTCubes     A little graphics demo that shows 16 3D cubes in a 3D
  2773.         space, all being translated, rotated, and drawn on the
  2774.         screen in real time.  Binary only, takes over the machine,
  2775.         reboot to recover.
  2776.         Author:  Ralph Russell
  2777.  
  2778. Wheel       Nice little "Wheel of Fortune" type game, written in
  2779.         AmigaBasic.
  2780.         Author:  Hari Wiguna
  2781.  
  2782. ==========================  Contents of Disk 068  ==========================
  2783.  
  2784. This is disk 68 of the freely distributable AMIGA software library.
  2785. To quote the "Read Me" file:
  2786.  
  2787.     This diskette contains the latest Amiga version of MicroGNUEmacs
  2788.     (MG 1b), a small but powerful text editor that also runs on many
  2789.     other computer systems besides the Amiga. 
  2790.  
  2791.     One of MG's major goals is to be compatible with its "cousin"
  2792.     GNU Emacs, so certain features you may have seen in other
  2793.     versions of MicroEmacs may work differently here, or not exist.
  2794.     Hopefully, you'll find the added features MG provides to be
  2795.     worth the trouble it takes to make the switch. 
  2796.  
  2797.     As well as the commands available on *all* systems MG supports,
  2798.     Amiga MG has many Amiga-specific features: the Amiga mouse (with
  2799.     24 different functions!), Intuition pull-down menus, the Browser
  2800.     (a very nice way to select files), Amiga function keys, a
  2801.     full-screen editing window, and support for using a different
  2802.     text font in the editing window. 
  2803.  
  2804.  
  2805. MicroGNUEmacs is based on the original work of Dave Conroy, author of the
  2806. public domain v30 version.  It has been greatly enhanced through the
  2807. efforts of the following people:
  2808.  
  2809.     mwm@ucbopal.berkeley.edu    Mike Meyer
  2810.     mic@ngp.utexas.edu      Mic Kaczmarczik
  2811.     blarson@usc-eclb.arpa       Bob Larson
  2812.     rtech!daveb@sun.com     Dave Brower (previous version)
  2813.  
  2814. The current version is known to run on the following systems:
  2815.  
  2816.     4.2 & 4.3 BSD Unix, Sun 3.2
  2817.     Ultrix-32 (BSD Unix)
  2818.     OS9/68k
  2819.     VMS
  2820.     Amiga
  2821.     System V
  2822.     Eunice
  2823.     Primos
  2824.     Cpm/68k
  2825.     Atari ST
  2826.  
  2827. A very nice job guys!  Congratulations.
  2828.  
  2829. This disk is essentially unchanged except that I have added the usual
  2830. README.dist and README.list files, along with changing the volume name
  2831. to AmigaLibDisk68.  The original volume name was "MG1b".
  2832.  
  2833. ==========================  Contents of Disk 069  ==========================
  2834.  
  2835. This is disk 69 of the freely distributable AMIGA software library.
  2836.  
  2837. Asm68k      Full featured macro assembler, version 1.0.3, binary
  2838.         only.  Well documented.
  2839.         Author:  W. Wesley Howe
  2840.  
  2841. BlitLab     Blitlab is a program which lets you experiment with
  2842.         the blitter, to your hearts content, in relative safety.
  2843.         It opens a workbench window with gadgets for all the 
  2844.         registers of the blitter, and allows you to manipulate
  2845.         individual registers and perform blits on a magnified
  2846.         bitmap.  Includes source.
  2847.         Author:  Tomas Rokicki
  2848.  
  2849. Conman      A replacement console handler that provides line editing
  2850.         and command line history.  Is completely transparent to
  2851.         any application program that uses CON: windows.  Programs
  2852.         that use RAW: input are not affected.  VERY useful.
  2853.         Shareware version 0.9, binary only (source to be available 
  2854.         from author).
  2855.         Author:  William Hawes
  2856.  
  2857. Console     Console is a try at a new set of routines to get around some
  2858.         of the problems with the standard system routines, and 
  2859.         includes some simple graphics routines.  Includes source.
  2860.         Author:  Jim Cooper
  2861.  
  2862. Dk      A little display hack, inspired by Leo's gems.  Written
  2863.         in Modula-2, includes source.  Slightly newer than version
  2864.         on disk number 66.
  2865.         Author:  Thomas Handel
  2866.  
  2867. Frags       Reports the number of free blocks of size 2^(n-1) to
  2868.         (2^n)-1 for n up to 24 (blocks of max size 16Mb-1).
  2869.         Translation:  Gives you some idea of how fragmented
  2870.         your free memory is.  Includes source.
  2871.         Author:  Mike Meyer
  2872.  
  2873. IconType    Change the type of an icon after editing with IconEd.
  2874.         Types are Disk, Drawer, Tool, Project, Garbage, and Device.
  2875.         Includes source.
  2876.         Author:  Larry Phillips
  2877.  
  2878. Make        Public domain make from mod.sources, Volume 7, number 91.
  2879.         It has been cleaned up, Manx'ified, and some new features
  2880.         added, by Steve Walton.  Includes source.
  2881.         Author:  "caret@fairlight.OZ"
  2882.  
  2883. MonProc     A simple program to allow you to monitor any process for
  2884.         packet activity.  Includes source.
  2885.         Author:  Phillip Lindsay
  2886.  
  2887. MouseClock  Turns your mouse pointer into a digital clock with
  2888.         updates once per minute.  Includes source.
  2889.         Author:  John Hoffman
  2890.  
  2891. Sb      Structure browser, that displays system structures
  2892.         via pointers found in other structures.  You start
  2893.         from IntuitionBase and go from there.  Version 1.0,
  2894.         includes source.
  2895.         Author:  Nick Sullivan and Chris Zamara
  2896.  
  2897. Spew        Program which generates amusing 'National Enquirer'
  2898.         type headlines.  Works from a 'rules file' which
  2899.         describes how the headlines are to be constructed.
  2900.         Includes source.
  2901.         Author:  Gregory Smith (original by "mark@pixar")
  2902.  
  2903. Spool       The SPOOL system consists of 3 programs: A queue manager,
  2904.         a printer driver, and a SPOOL request program.  The SPOOL
  2905.         system demonstrates the power of the Amiga's mutitasking
  2906.         abilities in a very practical way.  It makes extensive use
  2907.         of Amiga Exec's message passing facilities and list-handling
  2908.         primitives.  Version 1.2, includes source.
  2909.         Author:  Tim Holloway
  2910.  
  2911. Wc      A "word count" program, ala Unix's wc, that is faster
  2912.         because it doesn't count what you don't ask for, plus
  2913.         some other improvements.  Includes source.
  2914.         Author:  Steve Summit
  2915. ==========================  Contents of Disk 070  ==========================
  2916.  
  2917. This is disk 70 of the freely distributable AMIGA software library.
  2918.  
  2919. Note that many of the programs on this disk are shareware/freeware.
  2920. This means that if you find them useful, you are morally obligated
  2921. to send a small donation to the author to help support his efforts and
  2922. fund further development.  I hope that by including them in this
  2923. library I have furthered the author's goals of widest possible
  2924. distribution and thus maximum return.  Also note (for those that
  2925. like to split hairs) that I am distributing this disk as a "freebee".
  2926. To receive a copy, just request it when ordering any other disks from
  2927. the library.
  2928.  
  2929. AmigaMonitor    Dynamically display the state of the machine, including
  2930.         open files, active tasks, resources, device states, 
  2931.         interrupts, libraries, ports, etc.  Display window into
  2932.         memory.  Version 1.13, binary only (source available
  2933.         from author).  Author suggests $15 donation.
  2934.         Author:  Jim Voris
  2935.  
  2936. Arc     The ubiquitous compressing archiver program that
  2937.         has become the de facto standard for distributing
  2938.         binaries and multi-file postings on most BBS's.
  2939.         This is Amiga version 0.23, a port of arc version v5.0,
  2940.         binary only.  Author suggests $35-$50 donation.
  2941.         Author:  System Enhancement Associates
  2942.              Amiga version by Raymond Brand
  2943.  
  2944. BlackBook   Keeps track of those important phone numbers and addresses.
  2945.         Shareware, author suggests $30 donation.
  2946.         Author:  Craig Nelson
  2947.  
  2948. DoTil       Lists, in alphabetical order, all files on any two directories,
  2949.         showing file size, creation date/time, and amount of free
  2950.         disk space.  Also copies, renames, or deletes files and/or
  2951.         directories, and moves files from one directory to another.
  2952.         Version 2.0, shareware, author suggests $15 donation.
  2953.         Author:  Dan Franki
  2954.  
  2955. GravityWars The object of this game is for one player to hit the
  2956.         other player's ship with a missle, before being hit
  2957.         yourself.  The ships and planets don't move, but
  2958.         aiming the missle in the presence of gravity fields
  2959.         and black holes makes hitting your target difficult.
  2960.         Version 1.03, shareware, author suggests $5 donation.
  2961.         Author:  Ed Bartz
  2962.  
  2963. Jobs        A alternate user interface to WorkBench or CLI.  Version
  2964.         2.1, binary only.
  2965.         Author:  John Sawaya
  2966.  
  2967. Lens        This program magnifies a small area surrounding the pointer
  2968.         and displays it in a separate window.  Version 1.0, binary
  2969.         only.
  2970.         Author:  Ned Konz
  2971.  
  2972. Life-3d     A 3d version of the classic cellular-automaton game.
  2973.         Shareware, author suggests $20 donation.  Version 1.2,
  2974.         binary only.
  2975.         Author:  Bob Benedict
  2976.  
  2977. Logo        A logo interpreter, with user interface like the Apple II
  2978.         logo.  Shareware, author suggests $5 donation.
  2979.         Author:  Gerald Owens
  2980.  
  2981. SetKey      Keymap editor, version 1.0 demo.   Version without save
  2982.         function disabled is $25.  Binary only.
  2983.         Author:  Charles Carter (CodeWorks)
  2984.  
  2985. Vpg     Video Pattern Generator.  Creates displays useful for
  2986.         adjusting monitors and setting up live shots with
  2987.         center crosshair, frame, dots, H lines, V lines and
  2988.         an adjustable rectangle.  Version 1.0.
  2989.         Author:  Mike Berro
  2990.  
  2991. ==========================  Contents of Disk 071  ==========================
  2992.  
  2993. This is disk 71 of the freely distributable AMIGA software library.
  2994.  
  2995. AirFoil     Airfoil generator utilizing the Joukowski transformation.
  2996.         Generates airfoil models as well as their corresponding
  2997.         streamline and pressure distributions.  Includes source.
  2998.         Author:  Russell Leighton
  2999.  
  3000. AmiBas      Some miscellaneous AmigaBASIC programs, including
  3001.         a 3D plot program, a caleidoscope, a C-A logo drawing
  3002.         program, a file comparison utility, a string search
  3003.         program, etc.  Includes source.
  3004.         Author:  Peter Kittel
  3005.  
  3006. Blocks      A variation of "lines", but with variable color blocks.
  3007.         Binary only.
  3008.         Author:  Gary Walker
  3009.  
  3010. Comm        Another nice terminal program.  Version 1.34, binary only.
  3011.         Author:  DJ James
  3012.  
  3013. DiskX       A handy utility for poking around in the guts of an
  3014.         AmigaDOS file system.  Binary only, but source available
  3015.         from author.
  3016.         Author:  Steve Tibbett
  3017.  
  3018. Fpic        Fpic is an image processing program, designed specifically 
  3019.         to be used in conjunction with digitized (Digi-View) lo-res
  3020.         black & white IFF picture files.  Provides several filters,
  3021.         including average, binary (threshold), clipblit, cross, 
  3022.         Sobel, Roberts, pixelize, sharpen, and a user defined
  3023.         matrix.  Also supports merging of two images, histogram,
  3024.         image compare, and remapping.  Binary only.
  3025.         Author:  Bob Bush
  3026.  
  3027. IconMk      Iconmaker builds icons for files that were created without
  3028.         them.  Version 1.2a, binary only.
  3029.         Author:  Eric Levy
  3030.  
  3031. Icons       Various new Icons from several sources.
  3032.         Author:  Several
  3033.  
  3034. NewFonts    Two new fonts; shalt18, an electronic ciruit element
  3035.         font, and ibm5, a PC like font, different from that
  3036.         for Sidecar.
  3037.         Author:  Peter Kittel
  3038.  
  3039. PetCLI      An AmigaBASIC program that allows editing in CLI command
  3040.         lines (similar to the PET and MYCLI).  Includes source.
  3041.         Author:  Peter Kittel
  3042.  
  3043. PWDemo      Demo version 1.2 of the commercial product PowerWindows.
  3044.         PowerWindows aids in creation of custom windows, menus,
  3045.         and gadgets.  It will write C or assembly source implementing
  3046.         these, for linking with your programs.  Binary only.
  3047.         Author:  Inovatronics Inc.
  3048.  
  3049. Rot     Program which generates and displays 3D objects.  Consists
  3050.         of two pieces, an object editor and an action editor.
  3051.         The object editor creates 3D objects and the action
  3052.         editor defines up to 24 3D views of an object (which
  3053.         can be quickly cycled to get an animation effect).
  3054.         Version 0.5, binary only.
  3055.         Author:  C. French
  3056.  
  3057. TimeSet     Handy little utility to set the system time from the
  3058.         workbench environment, without resorting to preferences.
  3059.         Binary only.
  3060.         Author:  Unknown  (DEH?)
  3061.  
  3062. ==========================  Contents of Disk 072  ==========================
  3063.  
  3064. This is disk 72 of the freely distributable AMIGA software library.
  3065.  
  3066. It's been quite a while since the last disk with any pictures, so
  3067. this one is just chock full of them.  There are HAM pictures, high
  3068. resolution B&W digitized pictures, and some interesting freehand
  3069. drawings.  Has a little of everything...
  3070.  
  3071. ==========================  Contents of Disk 073  ==========================
  3072.  
  3073. This is disk 73 of the freely distributable AMIGA software library.
  3074.  
  3075. Add     Lets you create keyboard shortcuts for selection of menu
  3076.         items in programs where the author did not make provisions
  3077.         for such shortcuts, or chose ones that disagree with you.
  3078.         Also includes "until" which waits for a specific named
  3079.         window to be created.  Shareware, includes source.
  3080.         Author:  John Russell
  3081.  
  3082. AutoIconOpen    Example code to fool WorkBench into thinking it is receiving
  3083.         mouse inputs that select and open icons.  Includes source.
  3084.         Author:  Tony Wills
  3085.  
  3086. Dio     A module which makes it very easy to use EXEC devices,
  3087.         such as the 'serial.device'.  It's generic and can be
  3088.         used with any EXEC device.  It allows you to easily open
  3089.         libraries, get multiple IO channels for a device,
  3090.         read, write, do asyncronous operations, etc.  Includes
  3091.         source.
  3092.         Author:  Matt Dillon
  3093.  
  3094. Dissolve    A program like ViewILBM, but the image slowly coalesces
  3095.         as pixels are added in random patterns.  Inspired by an
  3096.         article in Nov 86 issue of Doctor Dobb's Journal by 
  3097.         Mike Morton.  Includes source.
  3098.         Author:  Lee Robertson
  3099.  
  3100. DTerm       Small, flexible, terminal program with intelligent data
  3101.         mapping, intelligent keyboard mapping, dynamic menus,
  3102.         intelligent command language, asyncronous IO, duplex
  3103.         control, and a state machine structure allowing you
  3104.         to build any automatic control structure you wish
  3105.         (from auto-redial, sequence dialing, to auto-logon).
  3106.         Version 1.10, binary only.
  3107.         Author:  Matt Dillon
  3108.  
  3109. Expose      Program which will automatically cause all screen
  3110.         drag bars and screen depth-arrangers to become exposed.
  3111.         Sends a message to windows which obscure the screen drag
  3112.         bars, asking them to move down a pixel, and also
  3113.         to become smaller if necessary.  Includes source.
  3114.         Author:  John Russell
  3115.  
  3116. Lit     Lit filters a file to stdout, showing all characters
  3117.         in an unambiguous format.  Printable characters are 
  3118.         printed as is, non-printable characters are printed
  3119.         in any of three representation formats.  Version 2.0,
  3120.         includes source.
  3121.         Author:  Donald Irving
  3122.  
  3123. Lmv     This shareware program, submitted by the author, is
  3124.         called "Long Movie".  It loads up to 100 IFF graphics
  3125.         files and displays them in forward or reverse order,
  3126.         at up to 19 frames per second, to create computer
  3127.         animations for VCR recording.  Binary only, source
  3128.         available from author.
  3129.         Author:  Jim Webster
  3130.  
  3131. MouseOff    Mouseoff will cause the mouse pointer to disappear and
  3132.         then reappear if mouse movement is detected.  It will
  3133.         disappear again after 10 seconds of no mousing around.
  3134.         Includes source.
  3135.         Author:  Denny Jenkins
  3136.  
  3137. ParOut      An example that uses the parallel port resources
  3138.         (ciaa.resource and misc.resource) to access the parallel
  3139.         port directly.  Compiled, but untested, since I have
  3140.         nothing hooked to mine.  Includes source.
  3141.         Author:  Phillip Lindsay
  3142.  
  3143. PenPalFont  A font which will make your six year old feel right
  3144.         at home in a CLI window.  Cute.
  3145.         Author:  Burton Ogden
  3146.  
  3147. RunBackGround   Ancient history, but when I went looking for it on
  3148.         my disks, it was apparently something I missed.  This
  3149.         program performs a function similar to that performed
  3150.         by RunBack on disk number 66, but this one is in
  3151.         C rather than assembler.  Includes source.
  3152.         Author:  Rob Peck
  3153.  
  3154. SnapShot    A small utility for dumping screens.  This one works
  3155.         like POPCLI and stays dormant until you press Ctrl-Esc.
  3156.         Previous release on disk number 66 did not with with
  3157.         expansion ram, this one does.  Binary only.
  3158.         Author:  Francois Rouaix
  3159.  
  3160. TypeAndTell Example program that demonstrates installation of
  3161.         an input device handler before the Intuition one.
  3162.         This example traps all keys typed by the user and
  3163.         pronounces them in real time.  To quit press CNTL
  3164.         LEFT-SHIFT LEFT-ALT RIGHT-AMIGA simultaneously.
  3165.         Includes source.
  3166.         Author:  Giorgio Galeotti
  3167.  
  3168. Xplor       A program that scans all the system lists that start in
  3169.         ExecBase and prints out their names and addresses at
  3170.         which they start.  Includes assembly source.
  3171.         Author:  Larry Phillips
  3172.  
  3173. ==========================  Contents of Disk 074  ==========================
  3174.  
  3175. This is disk 74 of the freely distributable AMIGA software library.
  3176.  
  3177. Cled        A simple command line editor which allows you to edit
  3178.         your commands before and after they are processed.
  3179.         Uses the arrow keys and simple control sequence keystrokes
  3180.         for cursor positioning and editing tasks.  Version 1.3,
  3181.         binary only.
  3182.         Author:  Pat Empleo
  3183.  
  3184. Control     Program which provides finer control over the printer
  3185.         device.  When it sees a DUMPRPORT, it fires up a requestor
  3186.         and lets you play with the values being passed in the
  3187.         IORequest block.  Includes source.
  3188.         Author:  Andy Finkel
  3189.  
  3190. Dme     Version 1.25 of Matt's text editor.  Dme is a simple WYSIWYG
  3191.         editor designed for programmers.  It is not a WYSIWYG 
  3192.         word processor in the traditional sense.  Features include
  3193.         arbitrary key mapping, fast scrolling, title-line statistics
  3194.         multiple windows, and ability to iconify windows.  Update
  3195.         to version on disk number 59.  Binary only.
  3196.         Author:  Matt Dillon
  3197.  
  3198. DropShadow  A program that makes your WorkBench windows have
  3199.         dropshadows.  Update to version on disk number 59, this
  3200.         one has slider gadgets to adjust the 3-dimensional
  3201.         distance between window planes and the shadow darkness.
  3202.         Neat, version 2.0, binary only.
  3203.         Author:  Jim Mackraz
  3204.  
  3205. Funds       AmigaBASIC program to track the prices of mutual funds or
  3206.         stocks.  Includes source.
  3207.         Author:  Bill Strack
  3208.  
  3209. Less        Like Unix "more", only better, with forward and
  3210.         backward scrolling, searching and positioning by
  3211.         percent of file and line number, etc.  Very useful!
  3212.         This is Amiga version 1.1, an update to the version
  3213.         on disk number 34.  Includes source.
  3214.         Author: Mark Nudelman, Amiga port by Bob Leivian
  3215.  
  3216. Makemake    Reads C source files and constructs a vanilla makefile
  3217.         in the current directory.  Includes source.
  3218.         Author:  Tim McGrath
  3219.  
  3220. mCAD        An object-oriented drawing program, version 1.2.4.
  3221.         Uses a small set of graphics primitives (like "line",
  3222.         "box", and "text") and a small set of editing functions
  3223.         (like "move", "size", and "rotate").  While drawing and
  3224.         editing, the user can call on other functions to modify
  3225.         the display; to zoom in, slide around, superimpose a grid,
  3226.         etc.  Update to version on disk number 59.
  3227.         Shareware, binary only.
  3228.         Author:  Tim Mooney
  3229.  
  3230. Random      Simple random number generator in C.  Includes source.
  3231.         Author:  Gene Toole (?)
  3232.  
  3233. TDebug      Monitor a device by intercepting the EXEC SendIO and DoIO
  3234.         vectors.  This will give you most of the IO request
  3235.         information for any device.  Version 1.00, includes source.
  3236.         Author:  Matt Dillon
  3237.  
  3238. Units       Units conversion program, including a chart option which
  3239.         allows you to create charts of conversions.  Nifty.
  3240.         Includes source.
  3241.         Author:  Gregory Simpson
  3242.  
  3243. XCopy       A replacement for the AmigaDOS copy command.  Preserves
  3244.         the file date, provides an "update only" option, and
  3245.         uses Unix type wildcards.  Binary only.
  3246.         Author:  Lee Robertson
  3247.  
  3248. ==========================  Contents of Disk 075  ==========================
  3249.  
  3250. This is disk 75 of the freely distributable AMIGA software library.
  3251.  
  3252. Bezier      Simple programs to allow you to fool around with Bezier
  3253.         curves, using the mouse to move the points that define
  3254.         the curve and a prop gadget to change the granularity of
  3255.         the curve generation loop.  Includes source.
  3256.         Author:  Matt Dillon
  3257.  
  3258. BSplines    Simple program to fool around with B-SPLINES, ala the
  3259.         Bezier programs described above.  Includes source.
  3260.         Author:  Matt Dillon
  3261.  
  3262. Comm        Source release for comm version 1.34.  Last release
  3263.         on disk number 71 was binary only.
  3264.  
  3265. Copy        A replacement for the AmigaDOS copy program that
  3266.         is upwardly compatible, plus includes some new
  3267.         features like date preservation.  Version 1.0, 
  3268.         includes source.
  3269.         Author:  Jeff Lydiatt
  3270.  
  3271. Diff        A simple version of diff.  Includes source.
  3272.         Author:  Erik Baalbergen
  3273.  
  3274. DuM2        A version of the ever popular directory utility (dirutil)
  3275.         but this one is written in Modula 2 and includes source.
  3276.         Dirutil is a program to wander around a directory tree
  3277.         and perform various operations on files.  Version 1.5.
  3278.         Author:  Greg Browne
  3279.  
  3280. Eless       A faster directory lister, that also sorts entries
  3281.         and displays directories in the current cursor color
  3282.         (ala the Manx "ls" program).  Includes source.
  3283.         Author:  Leo Schwab
  3284.  
  3285. Fd      A modified version of Leo's "eless" that processes
  3286.         an entire track at a time, to minimize rereading of
  3287.         blocks.  Includes source.
  3288.         Author:  Leo Schwab, enhancements by Stephen Vermeulen
  3289.  
  3290. HardCopy    A neat little program that creates a hardcopy transcript
  3291.         of any CLI session (like the unix "script" program).
  3292.         Includes source.
  3293.         Author:  Davide Cervone
  3294.  
  3295. MouseOff    Enhanced and smaller version of MouseOff released on
  3296.         disk number 73.  MouseOff will cause the mouse pointer
  3297.         to disappear and then reappear if mouse movement is
  3298.         detected.  Includes source.
  3299.         Author:  Denny Jenkins, reworked by Tom Smythe
  3300.  
  3301. SetFont     Program to change the font used by a workbench screen.
  3302.         Version 2.0, source included.
  3303.         Author:  Dave Haynie
  3304.  
  3305. SpeedDir    Another faster directory lister type program.  This
  3306.         one uses the standard dir utility format for displaying
  3307.         directories.  Written in assembler, includes source.
  3308.         Author:  Bryce Nesbitt
  3309.  
  3310. ==========================  Contents of Disk 076  ==========================
  3311.  
  3312. This is disk 76 of the freely distributable AMIGA software library.
  3313.  
  3314. Disk 1 of 2 of Chris Gray's Draco distribution for the Amiga.
  3315. The disk is unchanged except for the following:
  3316.  
  3317.     (1) I have added this file, README.list76.
  3318.  
  3319.     (2) I have added the standard distribution info file,
  3320.         README.dist.
  3321.  
  3322. Note that this disk was named "Draco SYS".  I have elected to keep
  3323. that name, rather than using the usual "AmigaLibDiskXX" convention for
  3324. disks in my library, to avoid requiring users to rename the disk before
  3325. using it.
  3326.  
  3327. Also note that, as distributed, this disk is only about 65% full.  Normally
  3328. I try to fill my library disks to about 90-95% full, but these "packaged"
  3329. disks are special.
  3330.  
  3331. -Fred
  3332.  
  3333. ==========================  Contents of Disk 077  ==========================
  3334.  
  3335. This is disk 77 of the freely distributable AMIGA software library.
  3336.  
  3337. Disk 2 of 2 of Chris Gray's Draco distribution for the Amiga.
  3338. The disk is unchanged except for the following:
  3339.  
  3340.     (1) I have added this file, README.list77.
  3341.  
  3342.     (2) I have added the standard distribution info file,
  3343.         README.dist.
  3344.  
  3345. Note that this disk was named "Draco Other".  I have elected to keep
  3346. that name, rather than using the usual "AmigaLibDiskXX" convention for
  3347. disks in my library, to avoid requiring users to rename the disk before
  3348. using it.
  3349.  
  3350. Also note that, as distributed, this disk is only about 80% full.  Normally
  3351. I try to fill my library disks to about 90-95% full, but these "packaged"
  3352. disks are special.
  3353.  
  3354. -Fred
  3355.  
  3356. ==========================  Contents of Disk 078  ==========================
  3357.  
  3358. This is disk 78 of the freely distributable AMIGA software library.
  3359.  
  3360. Cycles      A simple but enjoyable game apparently inspired by the
  3361.         cycle game in the movie "Tron".  Version 1.0, binary only.
  3362.         Author:  John G. Gilmore
  3363.  
  3364. EOMS        Experts Only Mercenary Simulator.  A neat (and tough!)
  3365.         PD game that was originally developed for eventual
  3366.         commercial release but for various reasons the author
  3367.         decided to release as PD instead.  So far my son has
  3368.         beat every other Amiga game I've got, both PD and
  3369.         commercial, but he gave up on this one.  For serious
  3370.         game players.  Binary only.
  3371.         Author:  Daniel Cardenas
  3372.  
  3373. MandelVroom A new Mandelbrot picture generator with some neat
  3374.         features, including use of contour map making techniques
  3375.         that allow you direct control over coloration and 
  3376.         recoloration in seconds, selectable fixed point or floating
  3377.         point computations, contour palette, picture presets, etc.
  3378.         Version 1.50, includes source.
  3379.         Author:  Kevin Clague
  3380.  
  3381. ==========================  Contents of Disk 079  ==========================
  3382.  
  3383. This is disk 79 of the freely distributable AMIGA software library.
  3384.  
  3385. AsmTools    Some CLI type tools, written in assembler (echo,
  3386.         loadit, mounted, setlace, why).  Includes source.
  3387.         Author:  Bryce Nesbitt
  3388.  
  3389. AssignDev   Assigns multiple names to a given device.  For example,
  3390.         allows the names "df0:" and "df3:" to refer to the
  3391.         same physical device.  Includes source.
  3392.         Author:  Phillip Lindsay
  3393.  
  3394. AuxHandler  Example of a dos handler that allows use of a CLI via
  3395.         the serial port.  Includes source.
  3396.         Author:  Steve Drew
  3397.  
  3398. Cmd     Cmd redirects the serial.device or parallel.device output
  3399.         to a file.  Useful for capturing print jobs for debugging
  3400.         or "offline" printing.  Includes source.
  3401.         Author:  Carolyn Scheppner
  3402.  
  3403. Info        Replacement for the AmigaDOS info command.  Includes source.
  3404.         Author:  Chuck McManis
  3405.  
  3406. Kill        Removes a task and as much of its resources as possible.
  3407.         Can close windows, unload process code, etc.  Includes 
  3408.         source.
  3409.         Author:  George Musser
  3410.  
  3411. M2Error     M2error can be used to display compile errors produced by
  3412.         the TDI Modula-2 compiler, like the m2error supplied
  3413.         by TDI.  Includes source.
  3414.         Author:  Richie Bielak
  3415.  
  3416. MonProc     An enhanced version of the process packet monitoring
  3417.         program from disk number 69.  Includes source.
  3418.         Author:  Phillip Lindsay, enhancements by Davide Cervone
  3419.  
  3420. Mounted     A little program to run from CLI scripts to find out if
  3421.         a disk is mounted or not.  Includes source.
  3422.         Author:  Peter DaSilva
  3423.  
  3424. Nro     Another roff style text formatter.  Includes source.
  3425.         Author:  Unknown, posted to usenet by Alan Vymetalik
  3426.  
  3427. ParTask     Example program for finding the parent task of your current
  3428.         task.  Includes source.
  3429.         Author:  Andry Rachmat
  3430.  
  3431. QueryAny    Simple program for use in CLI scripts to query for yes/no
  3432.         decisions.  Includes assembler source.
  3433.         Author:  Mark Smith
  3434.  
  3435. ScnSizer    Sets the preferences data for increasing the window bounds,
  3436.         and takes effect immediately.  Includes source.
  3437.         Author:  Thad Floryan
  3438.  
  3439. SharedLib   Working example of how to build a shared library.  Includes
  3440.         source.
  3441.         Author:  James Synge
  3442.  
  3443. Task        Simple example of how to use CreateTask.  Includes source.
  3444.         Author:  Carolyn Scheppner
  3445.  
  3446. Uw      Unix Windows client for the Amiga.  Version 1.00, includes 
  3447.         source.
  3448.         Author:  Michael McInerny
  3449.  
  3450. Who     Lists tasks on the ready and wait queues.  Includes source.
  3451.         Author:  George Musser
  3452. ==========================  Contents of Disk 080  ==========================
  3453.  
  3454.         *************************************************
  3455.         *                       *
  3456.         *   This disk has been pulled from distribution *
  3457.         *   because it contained proprietary software.  *
  3458.         *   If you find a copy in circulation, please   *
  3459.         *   notify the holder that it should be     *
  3460.         *   erased.  A replacement disk without the *
  3461.         *   proprietary material has been reissued  *
  3462.         *   as disk number 90.              *
  3463.         *                       *
  3464.         *************************************************
  3465.  
  3466. ==========================  Contents of Disk 081  ==========================
  3467.  
  3468. This is disk 81 of the freely distributable AMIGA software library.
  3469.  
  3470. Asm68k      Full featured macro assembler, version 1.1.0, binary
  3471.         only.  Well documented.
  3472.         Author:  W. Wesley Howe
  3473.  
  3474. AutoFacc    Autofacc automatically shrinks the ASDG FACC window and
  3475.         moves it to the back.  Also allows the number of buffers
  3476.         to be increased or decreased.  Most useful from the
  3477.         Startup-Sequence file while booting.  Binary only.
  3478.         Author:  Andry Rachmat
  3479.  
  3480. Brushes     Contains 53 custom brushes for use in DPaint while drawing
  3481.         schematics.  Includes things like resistors, capacitors,
  3482.         gates, transistors, IC pacs, etc.
  3483.         Author:  Jim Lee
  3484.  
  3485. CheckIFF    Program to check the structure of IFF files and report
  3486.         any problems.  Binary only.
  3487.         Author:  Unknown
  3488.  
  3489. Cled        A simple command line editor which allows you to edit
  3490.         your commands before and after they are processed.
  3491.         Uses the arrow keys and simple control sequence keystrokes
  3492.         for cursor positioning and editing tasks.  Update to version
  3493.         on disk number 74, this is version 1.4, binary only.
  3494.         Author:  Pat Empleo
  3495.  
  3496. Conman      Extremely useful replacement for the standard console
  3497.         handler, that provides line editing and command line
  3498.         histories completely transparent to any application program
  3499.         that uses CON: windows.  This program is shareware, and well
  3500.         worth a donation to the author.  Version 0.99B, binary only.
  3501.         Author:  William Hawes
  3502.  
  3503. Fonts       Several miscellaneous new fonts for your enjoyment.
  3504.         Author:  (Several)
  3505.  
  3506. Icon        Version 6.0 of the public domain implementation of Icon
  3507.         from the University of Arizona.  Binary only.
  3508.         Author:  Ralph Griswold, Cary Coutant, Steve Wampler, et al.
  3509.              Amiga port by Scott Ballantyne
  3510.  
  3511. KeyLock     Freezes the keyboard and mouse until the correct password
  3512.         is typed.  Protection against inquisitive kids, cats, and
  3513.         other lifeforms.  Binary only.
  3514.         Author:  Andry Rachmat
  3515.  
  3516. Scat        Another display hack, created from Leo Schwab's "Ing"
  3517.         display hack.  Binary only.
  3518.         Author:  Stephen Pietrowicz
  3519.  
  3520. Smush       Another display hack, feed it an iff file and see what
  3521.         happens.  Binary only.
  3522.         Author:  Hobie Orris
  3523.  
  3524. Target      A little program which takes over the mouse pointer and
  3525.         turns it into a gunsight.  Pressing the mouse button
  3526.         flashes the pointer and gives a gunshot.  Version 1.23,
  3527.         binary only.
  3528.         Author:  Matt Fruin and Michael McCarty
  3529.  
  3530. ==========================  Contents of Disk 082  ==========================
  3531.  
  3532. This is disk 82 of the freely distributable AMIGA software library.
  3533.  
  3534. Adventure   A port of the classic Adventure game originally
  3535.         written by Will Crowther and Don Woods.  Has been
  3536.         extended to a 550 point version.  Also speaks as it
  3537.         prints (though I found this feature annoying).
  3538.         Minimum 512K recommended.  Binary only.
  3539.         Author:  David Platt, Ken Wellsch, Dave Haynie
  3540.  
  3541. AmicTerm    A new terminal/communications program based on
  3542.         Dan James' "comm" program, but greatly enhanced.
  3543.         Includes a script language, auto redialing, choice of
  3544.         display beep or audible beep, enhanced file requester,
  3545.         and more.  Version .50 (beta), binary only.
  3546.         Author:  David Salas and Albert Kirk
  3547.  
  3548. D2D-Demo    Demo version of Disk-2-Disk from Central Coast Software
  3549.         (submitted by George Chamberlin).  Binary only.
  3550.         Author:  Central Coast Software
  3551.  
  3552. DX-Synth    Voice filer program for Yamaha DX series synthesizers.
  3553.         Voices are transfered to and from the Amiga over MIDI.
  3554.         Update to "VoiceFiler" released on disk number 38.
  3555.         Binary only.
  3556.         Author:  Jack Deckard
  3557.  
  3558. DiskMan     Another "disk browser and/or dirutil" type program.
  3559.         Version 1.0, binary only.
  3560.         Author:  Greg Cunningham
  3561.  
  3562. Icons       Miscellaneous new disk, directory, and file icons,
  3563.         including John Olsen's great "fishdisk" icon (thanks
  3564.         John!).  Binary only.
  3565.         Author:  Several
  3566.  
  3567. Panl        A universal midi patch panel that allows midi parameter info
  3568.         to be sent from the Amiga to any midi device that can accept
  3569.         param info.  Version 1.2, binary only.
  3570.         Author:  David Weinbach
  3571.  
  3572. Rocket      Another interesting Workbench display hack.  This one
  3573.         is really a game in disguise.  Binary only.
  3574.         Author:  Peter da Silva
  3575.  
  3576. Sand        This program has "magnetic grains of sand" that follow the
  3577.         pointer wherever it goes.  Cute.  Binary only.
  3578.         Author:  Eric Vaughan
  3579.  
  3580. ==========================  Contents of Disk 083  ==========================
  3581.  
  3582. This is disk 83 of the freely distributable AMIGA software library.
  3583.  
  3584. This disk contains a demo version of TeX, ported to the Amiga by
  3585. Tomas Rokicki.  The disk is unchanged except for the following:
  3586.  
  3587.     (1) I have added this file, README.list83, the standard
  3588.         distribution info file, README.dist, and associated
  3589.         icon files, plus "less" to read the text files.
  3590.  
  3591.     (2) I have copied all the files to a freshly formatted
  3592.         disk, to create the master distribution disk, using
  3593.         xcopy, which preserves the file dates.  This insures
  3594.         that disk fragmentation is kept to a minimum.
  3595.  
  3596.     (3) In order to make room for the files I have added, I
  3597.         have compressed the file TeX/inputs/amigatex.tex using
  3598.         a version of compress (compress.b13) that should run on
  3599.         any standard 512K amiga.  This version of compress is
  3600.         found in c/compress.b13.  To recover the original file,
  3601.         execute the commands:
  3602.  
  3603.         cd AmigaLibDisk83:TeX/inputs
  3604.         :c/compress.b13 <amigatex.tex.Z >ram:amigatex.tex -d
  3605.  
  3606.  
  3607. Since this is a demo version of Tom's commercial product, it has several
  3608. limitations that let you get the flavor of the real thing but encourage
  3609. you to buy the commercial version.  These limitations include TeX being
  3610. limited to processing only small files, the previewer being limited
  3611. to displaying ten pages or less, and only a small number of fonts being
  3612. provided.  The full version of AmigaTeX comes on eight floppies and will
  3613. handle larger documents than most mainframe versions of TeX.  See the
  3614. tex/README file for further info.
  3615.  
  3616. -Fred
  3617.  
  3618. ==========================  Contents of Disk 084  ==========================
  3619.  
  3620. This is disk 84 of the freely distributable AMIGA software library.
  3621.  
  3622. AudioTools  Demo programs from Rob Peck's article in the July/August
  3623.         issue of Amiga World on accessing the audio device.
  3624.         Includes source.
  3625.         Author:  Rob Peck
  3626.  
  3627. BlitLab     Blitlab is a program which lets you experiment with
  3628.         the blitter, to your hearts content, in relative safety.
  3629.         It opens a workbench window with gadgets for all the 
  3630.         registers of the blitter, and allows you to manipulate
  3631.         individual registers and perform blits on a magnified
  3632.         bitmap.  This is version 1.2, an update to the version
  3633.         released on disk number 69.  Includes source.
  3634.         Author:  Tomas Rokicki
  3635.  
  3636. Ed      An editor based on the editor described in the original
  3637.         Software Tools book.  It is very similar to the Unix
  3638.         "ed" editor, but not identical.  Includes source.
  3639.         Author:  Brian Beattie
  3640.  
  3641. GravityWars The object of this game is for one player to hit the
  3642.         other player's ship with a missle, before being hit
  3643.         yourself.  The ships and planets don't move, but
  3644.         aiming the missle in the presence of gravity fields
  3645.         and black holes makes hitting your target difficult.
  3646.         Version 1.04, shareware, author suggests $5 donation.
  3647.         This is an update to the version on disk number 70, and
  3648.         includes source in Modula-2.
  3649.         Author:  Ed Bartz
  3650.  
  3651. HunkPad     Two programs to help reduce problems with padding
  3652.         added by xmodem transmission.
  3653.         Author:  J. Hamilton and Aaron Avery
  3654.  
  3655. PipeHandler An AmigaDOS pipe device which supports OPEN, CLOSE, READ,
  3656.         WRITE, LOCK, EXAMINE, and EXNEXT.  Thus you can have
  3657.         "named pipes".  It also supports "taps" on a pipe, to
  3658.         capture all data flowing through the pipe. Version 1.2,
  3659.         includes source.
  3660.         Author:  Ed Puckett
  3661.  
  3662. PopCLI      Provides a simple way of starting another CLI at any
  3663.         time without having to load workbench or exit whatever
  3664.         program you may be using.  Also has a builtin screen
  3665.         saver mode that automatically blanks the Amiga console
  3666.         screen when there has been no input for a specified
  3667.         period of time.  Version III, an update to the version
  3668.         on disk number 40.  Includes source.
  3669.         Author: John Toebes
  3670.  
  3671. Requester   A file name requester that looks like the one used in
  3672.         Deluxe Paint, and a sample program for using the
  3673.         requester.  This is an update to the version released
  3674.         on disk number 34.  Includes source.
  3675.         Author: Kevin Clague, enhancements by Randy Finch
  3676.  
  3677. ScottDevice A mountable MicroForge SCSI driver.  Supports one SCSI buss
  3678.         device with two hard disk units attached to it.  Version 
  3679.         33.1, includes source.
  3680.         Author:  Scott Turner
  3681.  
  3682. Viacom      Another of Leo's amusing little hacks.  Sort of a political
  3683.         statement regarding the quality of service of a certain
  3684.         San Francisco area cable TV service.  Includes source.
  3685.         Author:  Leo Schwab
  3686.  
  3687. ==========================  Contents of Disk 085  ==========================
  3688.  
  3689. This is disk 85 of the freely distributable AMIGA software library.
  3690.  
  3691. Csh     Version 2.06 of Matt Dillon's csh like shell, modified
  3692.         for Manx C.  Includes source.
  3693.         Author:  Matt Dillon, Manx'ified by Steve Drew
  3694.  
  3695. FileReq     Another file requester, but this one also has a fast
  3696.         pattern matching capability.  Includes source.
  3697.         Author:  Peter da Silva
  3698.  
  3699. Hide        A small utility to allow you to run old or ill-written
  3700.         applications on systems with expansion ram.  When hide
  3701.         is running, all memory allocations take place in chip
  3702.         memory.  Somehow, something like this missed making it
  3703.         onto my earlier disks.  Binary only.
  3704.         Author:  Francois Rouaix
  3705.  
  3706. ImageTools  A set of shareware tools, submitted by the author, to
  3707.         do various manipulations on IFF images, including comparison
  3708.         of the color palettes of a pair of IFF images, filtering
  3709.         an IFF image in various ways, producing a color usage
  3710.         frequency chart for an IFF image, reducing the size of
  3711.         an IFF image to produce a miniature to use as an icon,
  3712.         converting an icon to an IFF image, and recoloring an IFF
  3713.         image using the palette of a second image, in a least
  3714.         squared error fashion.  Shareware, binary only.
  3715.         Author:  Stephen Vermeulen
  3716.  
  3717. LowMem      Another fine freely redistributable product from ASDG.
  3718.         This one is a low memory server, which is a compact shared
  3719.         library which allows arbitrary processes to register their
  3720.         desire to be notified of impending memory shortages.  This
  3721.         allows good citizen programs to free up memory that they
  3722.         may not need, so other programs can use it.  Binary only.
  3723.         Author:  Perry Kivolowitz
  3724.  
  3725. Plot6       A star plotting program.  Short on documentation and
  3726.         user friendliness, but interesting nevertheless.
  3727.         Also includes source.
  3728.         Author:  Darrin West
  3729.  
  3730. RawIO       Example of how to set your standard input to what is
  3731.         commonly known as "raw" and/or "CBREAK" mode on Unix
  3732.         systems.  Includes source.
  3733.         Author:  Chuck McManis
  3734.  
  3735. Rocket      Another interesting Workbench display hack.  This one
  3736.         is really a game in disguise.  It is the same as the
  3737.         one on disk number 82, but also includes source.
  3738.         Author:  Peter da Silva
  3739.  
  3740. VMore       A shareware program, submitted by the author, that
  3741.         is a "more" like text file viewing utility that can
  3742.         be run on multiple files from either the WorkBench or
  3743.         the CLI.  Version 1.00, includes source.
  3744.         Author:  Stephen Vermeulen
  3745.  
  3746. Vnews       A simple news file reader, that will read all the news
  3747.         files in a specified directory, optionally starting with
  3748.         a specified file.  Includes source.
  3749.         Author:  Stephen Vermeulen
  3750.  
  3751. ==========================  Contents of Disk 086  ==========================
  3752.  
  3753. This is disk 86 of the freely distributable AMIGA software library.
  3754.  
  3755. AutoPoint   Autopoint serves two functions:  it automatically
  3756.         selects the window underneath the mouse pointer and
  3757.         it provides a very nice screen saver facility.
  3758.         Binary only.
  3759.         Author:  Jude Katsch
  3760.  
  3761. ClickToFront    ClickToFront extends the user-interface so that 
  3762.         a double-click into a window brings it to the front.
  3763.         Now as long as you can see any part of a window you can
  3764.         bring it to the front without having to hunt for the page
  3765.         gadgets.  Version 1.1, includes source.
  3766.         Author:  Bryce Nesbitt
  3767.  
  3768. Cmd     Cmd redirects the serial.device or parallel.device output
  3769.         to a file.  Useful for capturing print jobs for debugging
  3770.         or "offline" printing.  Version 3, includes source.
  3771.         Author:  Carolyn Scheppner
  3772.  
  3773. FileIISG-Demo   A demo version of Softwood File IIsg, a database manager
  3774.         with sound and graphics.  Also includes a database of
  3775.         of previously released disks in this library, courtesy
  3776.         of Stan Spence.  Binary only.
  3777.         Author:  Woody Williams and Donald Brady
  3778.  
  3779. ==========================  Contents of Disk 087  ==========================
  3780.  
  3781. This is disk 87 of the freely distributable AMIGA software library.
  3782.  
  3783. AdvSys      An adventure writing system, as described in the May 1987
  3784.         issue of Byte magazine.  Advsys is a special purpose
  3785.         programming language that was specifically designed to
  3786.         be used to write computer text adventure games.
  3787.         Version 1.2, binary only.
  3788.         Author:  David Betz
  3789.  
  3790. AutoIconOpen    Example code to fool WorkBench into thinking it is receiving
  3791.         mouse inputs that select and open icons.  This is version
  3792.         1.2, an update to the version on disk number 73.  Includes
  3793.         source.
  3794.         Author:  Tony Wills
  3795.  
  3796. Claz        Converts IFF picture files to POSTSCRIPT.  Works with
  3797.         Amiga HAM pictures, as well as "normal" pictures.  Also
  3798.         includes scaling.  Version 2.0, includes source.
  3799.         Author:  Steve Ludtke
  3800.  
  3801. Commodities Commodities Exchange, an Amiga exec library which can be
  3802.         opened and used by application programs to gain access to
  3803.         input in a very flexible way.  This is a "minimal, binary
  3804.         only" copy.  Source may be available on a future disk.
  3805.         Version 0.4.
  3806.         Author:  Jim Mackraz
  3807.  
  3808. Diff        A simple version of diff.  Update to version on disk 
  3809.         number 75, includes source.
  3810.         Author:  Erik Baalbergen
  3811.  
  3812. Dme     Version 1.27 of Matt's text editor.  Dme is a simple WYSIWYG
  3813.         editor designed for programmers.  It is not a WYSIWYG 
  3814.         word processor in the traditional sense.  Features include
  3815.         arbitrary key mapping, fast scrolling, title-line statistics
  3816.         multiple windows, and ability to iconify windows.  Update
  3817.         to version on disk number 74.  Binary only.
  3818.         Author:  Matt Dillon
  3819.  
  3820. DropShadow  A program that makes your WorkBench windows have
  3821.         dropshadows.  This is version 2.0, the same as on disk
  3822.         number 74, but also includes source.
  3823.         Author:  Jim Mackraz
  3824.  
  3825. Elib        Example of building a shared library using small model
  3826.         Manx C.  Includes source.
  3827.         Author:  Jim Mackraz
  3828.  
  3829. ID-Handler  An AmigaDOS device handler, that generates unique
  3830.         identifiers.  Generates a new unique 16 digit decimal
  3831.         number each time it is opened by an application.
  3832.         Version 1.0, includes source.
  3833.         Author:  Ed Puckett
  3834.  
  3835. Install     Two possible replacement versions of the standard
  3836.         install program (to make a disk bootable).  Includes
  3837.         source.
  3838.         Author:  Bryce Nesbitt and Scott Turner
  3839.  
  3840. MemWatch    Memwatch is a program intended to sit in the background
  3841.         and watch for random trashing of low memory by an
  3842.         application under development.  If it detects a write
  3843.         to low memory, it repairs it to what used to be there,
  3844.         then puts up a requester indicating what damage had been
  3845.         done.  Very useful!  Version II, includes source.
  3846.         Author:  John Toebes
  3847.  
  3848. MovePointer Moves the pointer to any specified location on the screen,
  3849.         specified by X-Y coordinates.  Includes source.
  3850.         Author:  "Cewy"
  3851.  
  3852. MoveWindow  Move a named window to any arbitrary X-Y coordinate and
  3853.         possibly resize it at the same time.  Includes source.
  3854.         Author:  "Cewy"
  3855.  
  3856. MunchingSq  Leo's "Munching Squares" hack, now upgraded to take a
  3857.         single argument for a seed value.  Includes source.
  3858.         Author:  Leo Schwab
  3859.  
  3860. PalTest     Example code of how to determine dynamically whether
  3861.         or not you are running on a PAL machine.  Includes source.
  3862.         Author:  Christof Bonnkirch
  3863.  
  3864. Sc      Program which demonstrates generation of good looking
  3865.         pseudo-random scenery.  Includes source in C (translated
  3866.         from Draco version on disk number 61).
  3867.         Author:  Chris Gray
  3868.  
  3869. Tek4695     A Tek4695 printer driver.  Binary only.
  3870.         Author:  Philip Staub
  3871.  
  3872. WBDualPF    An example of using a dual-playfield screen, using
  3873.         a method contrary to documentation in the Intuition
  3874.         Manual.  Fixed version of copy released on disk 
  3875.         number 41.  Includes source.
  3876.         Author:  Jim Mackraz
  3877.  
  3878. WarpText    Fast text rendering routines, to be linked with application
  3879.         programs.  Reported to be able to display text as fast,
  3880.         or faster than, "blitz".  Includes source.
  3881.         Author:  Bill Kelly
  3882.  
  3883. Yaiffr      Yet Another IFF Reader.  Handles HAM, HIRES, and overscan,
  3884.         includes source.
  3885.         Author:  Leo Schwab
  3886.  
  3887. Zoo     A file archiver, much like "arc" in concept, but different
  3888.         in implementation and user interface details.  Includes
  3889.         some nice features that "arc" lacks (such as file/path
  3890.         names up to 255 characters in length).  Version 1.42A,
  3891.         binary only.
  3892.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  3893.  
  3894.  
  3895. ==========================  Contents of Disk 088  ==========================
  3896.  
  3897.         *************************************************
  3898.         *                       *
  3899.         *   This disk has been pulled from distribution *
  3900.         *   because it contained proprietary software.  *
  3901.         *   If you find a copy in circulation, please   *
  3902.         *   notify the holder that it should be     *
  3903.         *   erased.  A replacement disk without the *
  3904.         *   proprietary material has been reissued  *
  3905.         *   as disk number 89.              *
  3906.         *                       *
  3907.         *************************************************
  3908.  
  3909. ==========================  Contents of Disk 089  ==========================
  3910.  
  3911. This is disk 89 of the freely distributable AMIGA software library.
  3912. This disk replaces disk number 88, which was pulled from circulation
  3913. due to the redistribution status of files in the directory "snap".
  3914. If you encounter a disk number 88 in circulation, please advise all
  3915. parties concerned that the disk should be erased immediately.
  3916.  
  3917. AutoEnquirer    An example of a screen contraption that is like a
  3918.         requester except that it's not quite as demanding,
  3919.         goes where you want to put it, and remembers where
  3920.         it was put.  Includes source and Manx'ified version
  3921.         of Chris Gray's fractalish terrain generator as a demo.
  3922.         Author:  Howard Hull
  3923.  
  3924. DEMOlition  Another neat little display hack.  In the spirit of
  3925.         these things, ya gotta run it to find out what it
  3926.         does.  Includes source.
  3927.         Author:  Kriton Kyrimis
  3928.  
  3929. DirMaster   A very nicely done shareware disk cataloger, submitted
  3930.         by the author for inclusion in the library.  Includes
  3931.         sample database of some disk libraries.  Version 1.0a,
  3932.         binary only.
  3933.         Author:  Greg Peters
  3934.  
  3935. FuncKey     A shareware function key editor, submitted by the author
  3936.         for inclusion in the library.  Version 1.01, binary only
  3937.         (source available from author).
  3938.         Author:  Anson Mah
  3939.  
  3940. MFF-Demo    Demo copy of the MicroFiche Filer program from Software
  3941.         Visions Inc.  The MicroFiche File is a full-powered 
  3942.         database program for manipulation of text, numbers, and
  3943.         pictures.  It uses the microfiche metaphor for dealing
  3944.         with your data graphically.  This is a full production
  3945.         version except that the save option has been disabled.
  3946.         Includes a sample database of my disk library.  Binary
  3947.         only.
  3948.         Author:  Gary Samad
  3949.  
  3950. Screenshift Screenshift is a small program that allows you to adjust
  3951.         the position of the screen on your display, just like the
  3952.         preferences function.  Works from CLI or WorkBench.
  3953.         Includes source.
  3954.         Author:  Anson Mah
  3955.  
  3956. Snake       A variant on the old "bouncing lines" program, this
  3957.         on uses multiple vertices and Bezier splines.  Includes
  3958.         source.
  3959.         Author:  KABjorke
  3960. ==========================  Contents of Disk 090  ==========================
  3961.  
  3962. This is disk 90 of the freely distributable AMIGA software library.
  3963.  
  3964. Note that many of the programs on this disk are shareware/freeware.
  3965. This means that if you find them useful, you are morally obligated
  3966. to send a small donation to the author to help support his efforts and
  3967. fund further development.  I hope that by including them in this
  3968. library I have furthered the author's goals of widest possible
  3969. distribution and thus maximum return.  Also note (for those that
  3970. like to split hairs) that I am distributing this disk as a "freebee".
  3971. To receive a copy, just request it when ordering any other disks from
  3972. the library.
  3973.  
  3974. This disk replaces disk number 80, which was pulled from circulation
  3975. due to the redistribution status of files in the directory "tools".
  3976. If you encounter a disk number 80 in circulation, please advise all
  3977. parties concerned that the disk should be erased immediately.
  3978.  
  3979.  
  3980. AmiGazer    Compute a view of the night sky, using a database of
  3981.         1573 stars, for any date, time of day, and latitude.
  3982.         Click on stars for info about them. Binary only.
  3983.         Author:  Richard Horne
  3984.  
  3985. CardFile    Study aid card file program written in AmigaBasic.
  3986.         Useful for organizing small blocks of data, such as
  3987.         can be done with a 3X5 card file system.  Binary only.
  3988.         Author:  James Parks
  3989.  
  3990. Conman      Extremely useful replacement for the standard console
  3991.         handler, that provides line editing and command line
  3992.         histories completely transparent to any application program
  3993.         that uses CON: windows.  Version 0.98B, binary only.
  3994.         Author:  William Hawes
  3995.  
  3996. IMandelVroom    A slightly modified version of Kevin Clague's mandelbrot
  3997.         program (on disk number 78) that uses his "ring detector"
  3998.         to draw an approximation of the interior strange attractor
  3999.         contours.  Binary only (with patches for original source).
  4000.         Author:  Kevin Clague, enhancements by Howard Hull
  4001.  
  4002. NewDemos    Some new demos, including replacements for the standard
  4003.         "lines" and "boxes" demos, that use only a few percent
  4004.         of the CPU time, so it is reasonable to have lots of them
  4005.         running simultaneously to demo multitasking.  Binary only.
  4006.         Author:  Steve Koren
  4007.  
  4008. Othello     Othello game, binary only.
  4009.         Author:  Matthew Bellew
  4010.  
  4011. PrinText    Program to display ASCII text files on the screen with
  4012.         scrollbar, arrow gadgets, automatic word-wrap, a search
  4013.         function, speech, IFF picture loading, and online help.
  4014.         Version 1.2, binary only.
  4015.         Author:  Opher Kahane
  4016.  
  4017. PrtDrvGen   Program to automatically generate custom printer drivers.
  4018.         Version 2.2b, binary only, source available from author.
  4019.         Author:  Joergen Thomsen
  4020.  
  4021. RainBench   Simple program which cycles the hardware color register to
  4022.         get an interesting effect on your workbench screen.
  4023.         Binary only.
  4024.         Author:  Brendan Keliher
  4025.  
  4026. ShortCut    A utility that collects keystroke sequences and allows
  4027.         you to replace them with a single key stroke.  Binary
  4028.         only.
  4029.         Author:  Opher Kahane
  4030.  
  4031. ShowPrint   A full-feature IFF picture file screen dump utility.
  4032.         Can display and print all sizes of pictures including
  4033.         those larger than the screen.  Allows adjustment of printer
  4034.         output in three modes: ASPECT, FULL, and CUSTOM output.
  4035.         Print vertically or horizonatally, in B&W, grey scale, or
  4036.         color, etc.  Binary only.
  4037.         Author:  Brian Conrad
  4038.  
  4039. Sizzlers    A series of graphics demo programs.  Version 1.7.0,
  4040.         binary only.
  4041.         Author:  Greg Epley
  4042.  
  4043. SpaceAceDemo    Shareware shoot-em-up spaceship game.  Binary only.
  4044.         Author:  Stephen McLeod
  4045.  
  4046. Timer       Creates a small window containing a timer.  Version 1.5,
  4047.         binary only.
  4048.         Author:  Bill Beogelein
  4049.  
  4050. ==========================  Contents of Disk 091  ==========================
  4051.  
  4052. This disk contains a distribution of ADL (Adventure Definition Language).
  4053. ADL is a superset of an older language named DDL, by Michael Urban,
  4054. Chris Kostanick, Michael Stein, Bruce Adler, and Warren Usui.  ADL
  4055. enhancements were made by Ross Cunniff, who submitted this material
  4056. for inclusion in the library.  The disk is essentially unchanged except
  4057. that:
  4058.  
  4059.     (1) Many icon files have been added to help workbench only
  4060.         users get at least some information about this disk
  4061.         and about ADL (which is only usable from the CLI 
  4062.         environment).
  4063.  
  4064.     (2) The disk name has been changed to AmigaLibDisk91.
  4065.  
  4066.     (3) The standard library files "GeneralInfo", "Contents",
  4067.         and "Distribution", along with their associated icons,
  4068.         have been added to the disk.
  4069.  
  4070.     (4) The directory 'c' has been added, along with a very
  4071.         nice text reader program called "less", which is the
  4072.         default tool for reading all the text files for which
  4073.         there are icons.
  4074.  
  4075. Included here are the sources to the ADL compiler, interpreter, and
  4076. debugger.  The binaries were compiled by Ross with the Lattice 3.03
  4077. compiler.  Ross noted in his letter that currently ADL is a
  4078. CLI environment program only, but that he hopes to offer a more
  4079. Amiga'ized version in the future.  Also, the stack size should be
  4080. set to at least 10000 before attempting to run ADL.
  4081.  
  4082. ==========================  Contents of Disk 092  ==========================
  4083.  
  4084. This is disk 92 of the freely distributable AMIGA software library.
  4085. Below is a listing of the significant directories and their contents.
  4086. Note that none of these can be used from the workbench, thus they
  4087. do not have any directory icons.  You must use the CLI environment to
  4088. use these materials.
  4089.  
  4090. As6502      Contains a portable 6502 assembler, including source
  4091.         in C.
  4092.         Author:  J. Van Ornum; Amiga port by Joel Swank
  4093.  
  4094. Bawk        Text processor inspired by the Unix awk utility.
  4095.         This is an update to the copy released on disk 65.
  4096.         Bawk searches files for specific patterns and performs
  4097.         actions for every occurance of these patterns.  The
  4098.         patterns can be regular expressions.  The actions are
  4099.         expressed using a subset of the C language.  Includes
  4100.         source in C.
  4101.         Author:  Bob Brodt; Amiga port by Johan Widen
  4102.  
  4103. HunkPad     HunkPad pads an object file out to where it is exactly
  4104.         a multiple of 128 bytes, thus making it immune to having
  4105.         garbage appended on to the end of it by xmodem type
  4106.         file transfer protocols.  Version 2, includes source.
  4107.         Update to version released on disk 84.
  4108.         Author:  J. Hamilton
  4109.  
  4110. Less        Like Unix "more", only better, with forward and
  4111.         backward scrolling, searching and positioning by
  4112.         percent of file and line number, etc.  Very useful!
  4113.         This is Amiga version 1.2, an update to the version
  4114.         on disk number 74.  Includes source.
  4115.         Author:  Mark Nudelman, Amiga port by Bob Leivian
  4116.  
  4117. Ndir        Library that implements the 4BSD unix directory access
  4118.         routines (opendir, closedir, readdir, etc).  Includes
  4119.         source in C.
  4120.         Author:  Mike Meyer
  4121.  
  4122. Parse       A recursive descent expression parser that parses 
  4123.         expressions, computes the expression value, and prints
  4124.         it.  Includes support for some built in transcendental 
  4125.         functions.  Includes source in C.
  4126.         Author:  John Olsen
  4127.  
  4128. Shar        Two programs to pack and unpack shell archives on the
  4129.         Amiga.  Shell archives are the traditional Usenet
  4130.         method of bundling multiple text files for posting
  4131.         as a unit or for sending via electronic mail.  Includes
  4132.         source in C.
  4133.         Author:  Fabbian G. Dufoe
  4134.  
  4135. SmallLib    A replacement for amiga.lib that is about 8 times smaller.
  4136.         Binary only.
  4137.         Author:  Bryce Nesbitt
  4138.  
  4139. UUencode    Programs to encode/decode binary files for transmittal
  4140.         via mail or other text-only methods.  The binary file
  4141.         is expanded by approximately 35% for transmittal.  This
  4142.         release is an update to the version on disk number 53,
  4143.         and includes a simple line-by-line checksum technique that
  4144.         can read and write files compatible with the older
  4145.         uuencode/uudecode, plus a file size test modification that
  4146.         is transparent to older uudecodes.
  4147.         Author:  Mark Horton with mods by Alan Rosenthal and 
  4148.              Bryce Nesbitt
  4149.  
  4150. ==========================  Contents of Disk 093  ==========================
  4151.  
  4152. This is disk 93 of the freely distributable AMIGA software library.
  4153. Below is a listing of the significant directories and their contents.
  4154. Note that none of these can be used from the workbench, thus they
  4155. do not have any directory icons.  You must use the CLI environment to
  4156. use these materials.
  4157.  
  4158. Dme     Version 1.27 of Matt's text editor.  Dme is a simple WYSIWYG
  4159.         editor designed for programmers.  It is not a WYSIWYG 
  4160.         word processor in the traditional sense.  Features include
  4161.         arbitrary key mapping, fast scrolling, title-line statistics
  4162.         multiple windows, and ability to iconify windows.  Update
  4163.         to version on disk number 87 (which was binary only).  This
  4164.         release also includes source.
  4165.         Author:  Matt Dillon
  4166.  
  4167. MicroEmacs  Version 3.8i of Daniel Lawrence's variant of Dave
  4168.         Conroy's microemacs.  This is an update to the version
  4169.         released on disk 61.  Includes source.
  4170.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  4171.  
  4172. ==========================  Contents of Disk 094  ==========================
  4173.  
  4174. This is disk 94 of the freely distributable AMIGA software library.
  4175. Below is a listing of the significant directories and their contents.
  4176. Note that none of these can be used from the workbench, thus they
  4177. do not have any directory icons.  You must use the CLI environment to
  4178. use these materials.
  4179.  
  4180. AudioTools  Demo programs from Rob Peck's article in the July/August
  4181.         issue of Amiga World on accessing the audio device.
  4182.         This is version 2, an update to the release on disk
  4183.         number 84.  Includes source.
  4184.         Author:  Rob Peck
  4185.  
  4186. ClickUpFront    ClickUpFront is another program, similar in function to
  4187.         the ClickToFront program from disk 86, that allows you
  4188.         to bring any window to the front simply by double-clicking
  4189.         in any part of it.  Version 1.0, includes source.
  4190.         Author:  Davide Cervone
  4191.  
  4192. HeliosMouse Another "sunmouse" type program.  Automatically activates
  4193.         a window simply by moving the mouse pointer into the window.
  4194.         Version 1.0, includes source.
  4195.         Author:  Davide Cervone
  4196.  
  4197. Iff2Ps      A program to convert any IFF file to postscript for
  4198.         printing or viewing on a postscript compatible device.
  4199.         Version 1.2, binary only.
  4200.         Author:  William Mason and Sam Paolucci
  4201.  
  4202. ModulaTools Various useful routines for those programming in Modula
  4203.         on the Amiga.  Binary only.
  4204.         Author:  Jerry Mack
  4205.  
  4206. Terrain3d   Program which demonstrates generation of good looking
  4207.         pseudo-random scenery.  This version is a derivative of
  4208.         "sc" distributed on disk 87, but now displays terrain
  4209.         in 3d relief.  Includes source.
  4210.         Author:  Chris Gray; 3d version by Howard Hull
  4211.  
  4212. ==========================  Contents of Disk 095  ==========================
  4213.  
  4214. This is disk 95 of the freely distributable AMIGA software library.
  4215. Below is a listing of the significant directories and their contents.
  4216.  
  4217. Cmd     Cmd redirects the serial.device or parallel.device output
  4218.         to a file.  Useful for capturing print jobs for debugging
  4219.         or "offline" printing.  Version 4, includes source.
  4220.         Author:  Carolyn Scheppner
  4221.  
  4222. CygnusEdDemo    Demo version of CygnusEd, an editor from CygnusSoft
  4223.         Software.  CygnusEd supports simultaneous editing of
  4224.         multiple files, multiple views of the same file,
  4225.         very fast display, margins, word-wrap, status-lines,
  4226.         insert/overstike mode, online help, soft scroll 
  4227.         borders, screen overscan, adjustable tab size, macros,
  4228.         text formatting options, block/line/word cut/copy,
  4229.         and more.  Also includes demo 3.0 version of MandFXP.
  4230.         Binary only.
  4231.         Author:  CygnusSoft Software
  4232.  
  4233. Gomf        Gomf stands for "Get Outa My Face", a phrase many a
  4234.         programmer has mumbled when a Guru alert appears
  4235.         unexpectedly.  This interesting little program can
  4236.         generally make the Guru go away and allow you to
  4237.         clean up and shutdown more cleanly.  Version 1.0,
  4238.         binary only.
  4239.         Author:  Christian Johnsen
  4240.  
  4241. Journal     Journal is a program that records a sequence of mouse and
  4242.         keyboard events as they occur and stores them in a file.
  4243.         The file can be played back with another program, also
  4244.         supplied, which causes the same sequence of events to
  4245.         occur again.  Very useful for creating demonstrations
  4246.         of programs or documenting repeatable bugs.  Version 1.0,
  4247.         binary only.
  4248.         Author:  Davide Cervone
  4249.  
  4250. MergeMem    Program which attempts to merge the MemList entries
  4251.         of sequentially configured ram boards.  When successful,
  4252.         allows allocating a section of memory which spans
  4253.         board boundries.  This is version 2, an update to the
  4254.         version released on disk 56.  Includes source.
  4255.         Author:  Carolyn Scheppner
  4256.  
  4257. PrinterStealer  A program similar in function to "Cmd" that allows
  4258.         diversion of output destined for the printer to
  4259.         a file for future output or debugging purposes.
  4260.         Binary only, source available from authors.
  4261.         Author:  Alex Livshits and J-M. Forgeas
  4262.  
  4263. Record-Replay   A program, similar in function to "Journal", that
  4264.         records and plays back mouse and keyboard events.
  4265.         Binary only, source available from authors.
  4266.         Author:  Alex Livshits and J-M. Forgeas
  4267.  
  4268. ==========================  Contents of Disk 096  ==========================
  4269.  
  4270. This is disk 96 of the freely distributable AMIGA software library.
  4271. Below is a listing of the significant directories and their contents.
  4272.  
  4273. AnimPlayer  An animation reader and displayer that is the result
  4274.         of a consortium of animation software developers, which
  4275.         includes the authors of Videoscape, Sculpt3D, Silver, 
  4276.         Forms-In-Flight, and Animator:Apprentice.  Includes
  4277.         source.
  4278.         Author:  Martin Hash et al.
  4279.  
  4280. Chess       A port of a chess game posted to Usenet.  Still uses
  4281.         a "curses" type interface, so needs to be Amiga'ized.
  4282.         According to Bob, plays a better game than some of the
  4283.         commercial Amiga chess games.  Version 1.0, includes source.
  4284.         Author:  John Stanback; ported to Amiga by Bob Leivian
  4285.  
  4286. HackBench   HackBench provides the source for a WorkBench-like program,
  4287.         for experimentation and validation of new interface ideas.
  4288.         It is not intended to be an actual WorkBench replacement.
  4289.         Author:  Bill Kinnersley
  4290.  
  4291. Label       Simple program to print labels with arbitrary text.
  4292.         Version 1.3, binary only, but source available from author.
  4293.         Author:  Mike Hansen
  4294.  
  4295. LineDrawer  Makes a line drawing based on drawing commands stored
  4296.         in a text file.  Includes a demo that draws an outline
  4297.         map of the USA and state borders.  Version 1.0, includes
  4298.         source.
  4299.         Author:  John Olsen
  4300.  
  4301. PopUpMenu   Example code implementing pop-up menus that are reasonably
  4302.         compatible with Intuition menus.  Includes source.
  4303.         Author:  Derek Zahn
  4304.  
  4305. Tek4695     A Tektronix 4695/4696 printer driver.  Includes source.
  4306.         Author:  Philip Staub
  4307.  
  4308. TimeRam     A program to test the access speeds of Fast and Chip ram.
  4309.         Binary only.
  4310.         Author:  Bruce Takahashi
  4311.  
  4312. WarpText    Fast text rendering routines, to be linked with application
  4313.         programs.  Reported to be able to display text as fast,
  4314.         or faster than, "blitz".  This is an update to the version
  4315.         released on disk 87.  Version 2.0, includes source.
  4316.         Author:  Bill Kelly
  4317.  
  4318. ==========================  Contents of Disk 097  ==========================
  4319.  
  4320. This is disk 97 of the freely distributable AMIGA software library.
  4321. This disk replaces disk number 57, which was pulled from circulation
  4322. because of questions about the redistribution status of material in
  4323. the "Ogre" subdirectory (replaced with "shm").  If you encounter a disk
  4324. number 57 in circulation, please advise all parties concerned that the
  4325. disk should be erased immediately.  Below is a listing of the significant
  4326. directories on this disk, and their contents.
  4327.  
  4328. CutAndPaste Public domain implementations of the Unix cut and paste
  4329.         commands.  Includes source.
  4330.         Author:  John Weald
  4331.  
  4332. GraphIt     A program to plot most simple functions in 2 or 3 
  4333.         dimensions, as well as 2d parametric equations in
  4334.         term of t.  Includes source.
  4335.         Author:  Flynn Fishman
  4336.  
  4337. Juggler     Stunning animation of a robot juggler with ray traced
  4338.         reflective spheres.  Uses HAM mode display and sound
  4339.         effects to boot!  This is version 1.2 and apparently
  4340.         fixes some bugs in the original version released on
  4341.         disk number 47.  Binary only.
  4342.         Author:  Eric Graham
  4343.  
  4344. MouseReader Shareware program, submitted by the author, to read
  4345.         text files and view iff files using only the mouse.
  4346.         Binary only.
  4347.         Author:  William Betz
  4348.  
  4349. Shm     A simple graphics demo which approximately simulates the 
  4350.         motion of two interacting pendulums.  Includes source.
  4351.         Author:  Chris Ediss
  4352.  
  4353. Splines     Program to demonstrate various curve fitting and
  4354.         rendering techniques.  Also includes something unique
  4355.         for the Amiga world, pop-up menus.  Includes source.
  4356.         Author:  Helene (Lee) Taran
  4357.  
  4358. ==========================  Contents of Disk 098  ==========================
  4359.  
  4360. This is disk 98 of the freely distributable AMIGA software library.
  4361. Below is a listing of the significant directories and their contents.
  4362.  
  4363. Access      A 16 color terminal program based on Comm version 1.34.
  4364.         Includes new macro window, custom gadgets, colorized
  4365.         menus, etc.  Version Beta 0.18, binary only.
  4366.         Author:  Keith Young (based on comm by D.J.James)
  4367.  
  4368. Backup      A simple backup program that writes normal AmigaDOS
  4369.         disks as the backup destination.  To recover files, you
  4370.         just copy from the backup disk.  Requires manual 
  4371.         decisions about what subdirectories to backup to
  4372.         what disks to make everything fit.  Includes source.
  4373.         Author:  Alan Kent
  4374.  
  4375. DCDemo      A demo version of DiskCat 2.3, a disk catalog program.
  4376.         Demo is limited to cataloging 100 files at a time.
  4377.         Binary only.
  4378.         Author:  Ed Alford, MicroAce Software
  4379.  
  4380. HdDriver    A complete driver for a WD-1002-05 hard disk controller 
  4381.         card.  This card can handle 3 hard disks and 4 floppies, 
  4382.         but the driver currently only handles one hard disk.  
  4383.         Includes source.
  4384.         Author:  Alan Kent
  4385.  
  4386. QBase       Quick-Base is a "MailBase Management utility", that lets
  4387.         you define and maintain records of your family, friends,
  4388.         and other associates.  Currently a maximum of 200
  4389.         records per file.  Binary only.
  4390.         Author:  Kevin Harris
  4391.  
  4392. Thai        A simple Thai quiz program developed by the author while
  4393.         he was learning the Thai language.  It loads complete
  4394.         Thai sentences and words from a supplied file.  If you
  4395.         click on the sentence or word gadget the program will
  4396.         pick a random sentence/word.  You then click on the
  4397.         Thai/Speak/Phonetic/English gadget to display that
  4398.         version (or speak it).  Includes source.
  4399.         Author:  Alan Kent
  4400.  
  4401. ==========================  Contents of Disk 099  ==========================
  4402.  
  4403. This disk contains a shareware version of a ray tracing package by Brian
  4404. Reed, called A-Render.  It looks like a very nice package, but I have not
  4405. really had any significant amount of time to play with it.  Binary only.
  4406.  
  4407.  
  4408.  
  4409. ==========================  Contents of Disk 100  ==========================
  4410.  
  4411. This is disk 100 of the freely distributable AMIGA software library.
  4412. Below is a listing of the significant directories and their contents.
  4413.  
  4414.  
  4415. Berserk     This animation, unveiled at the September 87 meeting
  4416.         of the First Amiga Users Group, got Leo a standing ovation.
  4417.         It is a "must see" for every Amiga user, and ranks up
  4418.         there with "Juggler" as a premier demo for the Amiga.
  4419.         Author:  Leo Schwab
  4420.  
  4421. Conman      Extremely useful replacement for the standard console
  4422.         handler, that provides line editing and command line
  4423.         histories completely transparent to any application program
  4424.         that uses CON: windows.  This program is shareware, and well
  4425.         worth a donation to the author.  Version 1.0, binary only.
  4426.         Author:  William Hawes
  4427.  
  4428. WBLander    Another interesting Workbench display hack.  This one
  4429.         is really a game in disguise.  Previously released
  4430.         on disk number 85 as "Rocket", this one has been
  4431.         upgraded to have sound effects.  Binary only.
  4432.         Author:  Peter da Silva
  4433.  
  4434. ==========================  Contents of Disk 101  ==========================
  4435.  
  4436. This is disk 101 of the freely distributable AMIGA software library.
  4437. Below is a listing of the significant directories and their contents.
  4438.  
  4439. CirPlane    A circular plane generator for VideoScape 3D.  Generates
  4440.         a clockwise circular polygon with the specified number
  4441.         of vertices.  Used, for example, to cap a cylinder or to
  4442.         generate surface detail.  Version 1.0, includes source.
  4443.         Author:  Thad Floryan
  4444.  
  4445. IconAssembler   This program loads existing WorkBench icon files and
  4446.         allows you to change either the primary or alternate
  4447.         images to another image loaded from an IFF-brush file.
  4448.         Binary only.
  4449.         Author:  Stefan Lindahl
  4450.  
  4451. MicroSPELL  MicroSPELL is a standalone spelling checker which scans
  4452.         text files and reports on misspelled words.  It has a 1000
  4453.         word "common word" list, a 43,000 word main dictionary, and
  4454.         supports multiple user dictionaries.  Also interfaces quite
  4455.         nicely with MicroEMACS 3.9, with an emacs macro to step
  4456.         through the source file, stopping at each suspect word and
  4457.         allowing the user to dispose of it in different ways.
  4458.         Version 1.0, includes source.
  4459.         Author: Daniel Lawrence
  4460.  
  4461. Midi        A midi library and utilities set.  This looks like a
  4462.         very complete package, though I have no way of testing
  4463.         anything since I have no midi hardware.  The midi utilities
  4464.         include a midi monitor to display incoming midi messages
  4465.         to the console, a routing utility, a midi library status
  4466.         utility, and more.  Also includes source.
  4467.         Author:  Bill Barton
  4468.  
  4469. PsIntrp     A postscript interpreter that reads postscript files and
  4470.         previews them on an Amiga screen.  Interactive input and 
  4471.         output takes place in a small window.  The page to be
  4472.         show is composed behind the window in an interlaced screen
  4473.         with 16 colors.  Can also take input from a file.  Includes
  4474.         source in assembler.
  4475.         Author:  Greg Lee
  4476.  
  4477. StartUps    Three replacements for the standard C startup files,
  4478.         Astartup.obj and LStartup.obj.  The options include
  4479.         (1) BothStartup.obj, for WorkBench programs or CLI
  4480.         programs with or without command line parameters,
  4481.         (2) WBStartup.obj, for WorkBench programs or CLI
  4482.         programs that require no command line parameters, and
  4483.         (3) CLIStartup.obj, for CLI programs that require command
  4484.         line parameters but do not need to be able to be runnable
  4485.         from WorkBench.  Includes source.
  4486.         Author:  Bryce Nesbitt
  4487.  
  4488. ==========================  Contents of Disk 102  ==========================
  4489.  
  4490. This is disk 102 of the freely distributable AMIGA software library.
  4491. Below is a listing of the significant directories and their contents.
  4492.  
  4493. Dbug        Machine independent macro based C debugging package.
  4494.         Provides function trace, selective printing of internal 
  4495.         state information, and more.  This is an update to the
  4496.         version released on disk 41, and now includes a machine
  4497.         independent profiling mechanism.  Includes source.
  4498.         Author:  Fred Fish; profiling support by Binayak Banerjee
  4499.  
  4500. Match_stuff Heavy duty text pattern matching stuff.  The pattern
  4501.         syntax is an extension of standard AmigaDOS filename
  4502.         matching.  Also includes some simply matched text
  4503.         replacement capability.  Includes source.
  4504.         Author:  Pete Goodeve
  4505.  
  4506. Sectorama   A program designed to help Amiga users recover lost or
  4507.         damaged data from floppy or hard drives, or to repair
  4508.         a damaged volume.  The author wrote this out of
  4509.         frustration with existing tools when he had multiple
  4510.         hard disk drive failures over the course of several
  4511.         months.  Binary only.
  4512.         Author:  David Joiner
  4513.  
  4514. SiliCon     A smart input line interpreter that provides a separate
  4515.         command window with full editing and recall of previous
  4516.         commands.  Actual name is "Sili(Con:)".  This is an
  4517.         update to the version first released on disk number 50.
  4518.         Binary only.
  4519.         Author:  Pete Goodeve
  4520.  
  4521. Xicon       Xicon lets you use icons to call up scripts containing CLI
  4522.         commands.  This is version 2.00, an update to the version
  4523.         first released on disk 31, and includes close gadgets, window
  4524.         size specification, text display capability, plus more.
  4525.         Binary only.
  4526.         Author: Pete Goodeve
  4527.  
  4528. ==========================  Contents of Disk 103  ==========================
  4529.  
  4530. This is disk 103 of the freely distributable AMIGA software library.
  4531. Below is a listing of the significant directories and their contents.
  4532.  
  4533. AvlTrees    Library and test program that implement routines for
  4534.         creating and using balanced binary trees (AVL trees)
  4535.         held entirely in memory.  Includes source.
  4536.         Author:  Paul Vixie
  4537.  
  4538. Calc        A programmable calculator program with similarities to a
  4539.         hand-held RPN calculator.  Can run either interactively
  4540.         or in "script" mode by reading programs from a file.
  4541.         Version 1.0, shareware, binary only.
  4542.         Author:  Bob Brooks
  4543.  
  4544. Cref        A C cross referencer program.  Includes source.
  4545.         Author:  Mike Edmonds; Amiga port by Joel Swank
  4546.  
  4547. DosKwik     A pair of programs which allow you to save files, or
  4548.         a group of files, to one or more floppies for quick
  4549.         loading (loading up a ram disk for example).  Does not
  4550.         store files in DOS format, which is why it is faster.
  4551.         Binary only, shareware.
  4552.         Author:  Gary Kemper
  4553.         
  4554. IntuiDOS    IntuiDOS is a program to give improved control over,
  4555.         and handling of, the material on all diskettes in the
  4556.         'CLI-area' by employing a multi-disk, scrollable
  4557.         directory and using Intuition techniques to issue
  4558.         DOS commands.  Written in assembler.  Binary only.
  4559.         Author:  Lennart Sandin
  4560.  
  4561. MFF-Update  A text import utility for MicroFiche Filer (demo version
  4562.         released on disk 89) and updates to some PD disk library
  4563.         databases.  Binary only.
  4564.         Author:  Gary Samad
  4565.  
  4566. Pack-It     Pack-it will take all the files and directories on a disk
  4567.         and pack them into a single file for electronic transmission
  4568.         via modem.  Binary only, shareware.
  4569.         Author:  Gary Kemper
  4570.  
  4571. Sol     Amiga version of solitaire game posted to usenet some
  4572.         time ago and modified to use Amiga console control codes
  4573.         in place of curses calls.  Includes source.
  4574.         Author:  David Goodenough; Amiga port by Joel Swank
  4575.  
  4576. ==========================  Contents of Disk 104  ==========================
  4577.  
  4578. This is disk 104 of the freely distributable AMIGA software library.
  4579. This disk contains a copy of Glenn Everhart's large and powerful
  4580. spreadsheet program called AnalytiCalc, submitted to me directly by
  4581. Glenn for inclusion in the library.  The remainder of this file
  4582. is Glenn's "Abstract.txt" file that describes AnalytiCalc.
  4583. Source and documentation is included on the disk in arc'd form because
  4584. it otherwise would not all fit on the disk.
  4585.  
  4586. ====================
  4587.  
  4588.     AnalytiCalc Abstract:
  4589.  
  4590.     AnalytiCalc is a large and powerful spreadsheet program with
  4591. sufficient extra features to have some pretentions of acting as an
  4592. "integrated system". It is a virtual memory system supporting up to
  4593. 18000 columns and 18000 rows, multiple equations per cell, an outlining
  4594. system, built-in cell annotation, and datafile access from any cell(s)
  4595. of the sheet, plus an array of functions not present in most commercial
  4596. spreadsheets. This disk represents the initial Amiga port of AnalytiCalc,
  4597. and as such the console interface is somewhat crude and in addition requires
  4598. use of a custom keymap (one such is supplied) for sensible operation. This
  4599. will be improved upon, but meanwhile the program is released with complete
  4600. sources, documents, and executables. The graphics program and the DIF
  4601. file access program are not yet ported; these will be released when
  4602. they are ready. AnalytiCalc for the Amiga uses files compatible with those
  4603. for AnalytiCalc on MS-DOS, VMS, or RSX-11M or IAS. An example project
  4604. planner spreadsheet is included in the distribution to show off some of
  4605. the things you can do. More example sheets will be forthcoming in the
  4606. future. AnalytiCalc also supports matrix math, FFTs, infinite windowing,
  4607. linear regression, date arithmetic, internal and external macros, LOTS
  4608. of cell addressing modes, goal seeking in up to 8 dimensions, and more.
  4609.  
  4610.     AnalytiCalc requires perhaps 600K of RAM memory, at least one
  4611. 360K diskette drive, and AmigaDOS 1.2, plus a larger than default stack.
  4612. Display sizes supported can be up to 132 characters wide by up to 76
  4613. lines long. Sorry; I don't think AnalytiCalc supports proportional
  4614. fonts very well, though it should manage not to be totally brain damaged
  4615. with them. The manual requires an 80 column printer.
  4616.     To see the documentation you need either a printer 80 columns wide
  4617. to print it, or an 80 column screen to view it on.
  4618.  
  4619.         SOME DO-NOT'S
  4620.  
  4621.         1.  DO NOT use AnalytiCalc until you have read the documentation.
  4622.  
  4623.         2.  DO NOT forget to make regular backup copies of your database.
  4624.  
  4625.         3.  DO NOT exit (X) the progam without saving your work if you
  4626.         want it saved. (You will be asked to confirm you really want
  4627.         to leave, however.)
  4628.  
  4629.         GETTING STARTED.
  4630.  
  4631.         If you haven't already printed the documentation, please do so
  4632.         before trying to operate AnalytiCalc. Then, READ IT!  You should
  4633.         also make sure that you have placed a "write-protect" tab on your
  4634.         AnalytiCalc distribution diskettes, so that they can't be
  4635.         accidentally erased or overwritten.
  4636.  
  4637.         You should now make a copy of your AnalytiCalc disks.  These will
  4638.         also serve as your "run-time" system diskettes.
  4639.  
  4640.     De-archive AnalyExe.Arc and AnalyDoc.Arc at least onto a blank
  4641.     disk and read the document files and release notes. You'll need
  4642.     a bit of AmigaDos familiarity to set things up (read how to use
  4643.     the ASSIGN command and the SETMAP command and ASSIGN something as
  4644.     DK:; also set your stack large with the STACK command.) If you
  4645.     are using disk file memory, FACC is a good thing to use also. PLEASE
  4646.     READ THE MANUALS though, to save us all a lot of headaches.
  4647.  
  4648.         SOME MAXIMUMS AND MINIMUMS.
  4649.              Minimum RAM Memory required .....................about  600K
  4650.              Minimum Disk Drives required...............................1
  4651.              Minimum Disk Storage required...........................880K
  4652.          Number of Columns......................................18000
  4653.          Number of Rows.........................................18000
  4654.          Maximum Length of Formulas (characters)..................109
  4655.          Number of cells that can be full at once...............18000
  4656.          Number of simultaneous named areas permitted.............300
  4657.          Number of scratch cells outside spreadsheet...............60
  4658.          Precision of calculations (digits; 8 bytes used)..........16
  4659.          Total maximum storage managed (bytes)..............2,113,020
  4660.          Maximum depth of document nesting (outline processor)......4
  4661.          Maximum number of parameters varying to goal seek..........8
  4662.          Maximum record size for data files accessed as database..128
  4663.          Maximum number of files namable in one sheet.........>18000
  4664.          Maximum cell columns displayable on one screen............20
  4665.          Maximum number of rows displayable in one display.........75
  4666.          Maximum simultaneous different cell display formats per
  4667.         sheet (taken from large set)...........................76
  4668.          Length of format specification (characters)................9
  4669.  
  4670.  
  4671.         DISCLAIMER.
  4672.  
  4673.         In no event will the Author be liable to you for any damages,
  4674.         including any lost profits, lost savings or other incidental or
  4675.         consequential dmages arising out of the use of or inability to use
  4676.         these programs, even if the Author has been advised of the
  4677.         possibility of such damages, or for any claim by any other party.
  4678.  
  4679.  
  4680.         THE USER-SUPPORTED CONCEPT.
  4681.  
  4682.                                User-Supported Software
  4683.            You are encouraged to copy and share this program with others.
  4684.              If after evaluating this program you find it to be useful,
  4685.                          I trust you to send a $10.00 payment.
  4686.  
  4687.                    Glenn C. Everhart
  4688.                                25 Sleigh Ride Rd.
  4689.                    Glen Mills, Pa. 19342
  4690.  
  4691. To Be Done:
  4692. Future plans for AnalytiCalc:
  4693.     1. Add TAN, ASIN, ACOS, and 2-argument ATAN (one argument ATAN
  4694.     is present now). (Done in VAX version; trivial mod.)
  4695.     2. Interface to raw: device instead of con: device and add more
  4696.     flexible parsing of keystrokes so custom keymaps can be junked.
  4697.     3. Allow data files to be on a logical device. (Actually, FACC
  4698.     may make this need obsolete).
  4699.     4. Minor cleanups to XQTCMD and a couple other places to clean
  4700.     up and more thoroughly bullet proof the code.
  4701.     5. Fix bugs as they are discovered.
  4702.     6. Allow use on non-interlaced screens by redoing the two command
  4703.     and display windows as pseudo-requestors.
  4704.  
  4705. Auxiliary files:
  4706.     1. Port DIFDB (DIF to database or AnalytiCalc saved format and
  4707.     back converter) to Amiga.
  4708.     2. Port PCGRAF to Amiga.
  4709.     3. Port some of the BASIC graphics packages to Amiga. Possibly
  4710.     compile some of them.
  4711.     4. Supply the Business Expense Report, manpower planner, and
  4712.     income tax templates as extra examples. Possibly do a game of 
  4713.     LIFE template too, just for fun.
  4714.  
  4715. Other programs:
  4716.     Port the RIM relational DBMS to Amiga as a companion piece. (This
  4717.     has already been done porting from CDC to VAX to MSDOS (the last
  4718.     by me), and should be straightforward).
  4719.  
  4720. I have found that Absoft Fortran 2.3 is a stable and usable compiler and
  4721. would like to acknowledge gratefully its contribution. He who wants to
  4722. add to or modify AnalytiCalc needs Absoft Fortran 2.3 (or later, I suppose)
  4723. to build it with. Anyone who has Absoft Fortran-020 for the 68020 is
  4724. invited to recompile this program to use the faster chips. I didn't have
  4725. either money or machine to try a 68020/68881 version, but see no reason
  4726. why it would fail.
  4727.  
  4728.     Glenn Everhart
  4729.     5 October 1987
  4730.  
  4731. ==========================  Contents of Disk 105  ==========================
  4732.  
  4733. This is disk 105 of the freely distributable AMIGA software library.
  4734. Below is a listing of the significant directories and their contents.
  4735.  
  4736. AsmProgs    Some misc assembly tools, programs, etc.  "AsmFilter"
  4737.         (actually in AmigaBASIC) turns the output of the Metacomco
  4738.         disassembler into a file that can be re-assembled.
  4739.         "AddKickMem" adds the KickStart memory to your free memory
  4740.         on an Amiga 1000 with Kickstart in ROM.  "Clear" fills 
  4741.         unused areas of memory with a specific byte pattern.
  4742.         "L" is a replacement for the BCPL "list" program, but
  4743.         with some graphics enhancements.  "SharpFont" is an
  4744.         8 pixel non-proportional font.  "Stack" is a replacement
  4745.         for the BCPL stack program.  Includes some source.
  4746.         Author:  Glen McDiarmid and Kirk Davies
  4747.  
  4748. BasicProgs  Some more AmigaBASIC programs.  LeastSquare solves
  4749.         least squares problems and graphs the results.  Curves
  4750.         is a demo of one use for LeastSquare (find curves to
  4751.         fit a set of points).  Freud is a Freudian analysis
  4752.         program.  Includes source, needs AmigaBASIC from Extras.
  4753.         Author:  George Trepal
  4754.  
  4755. Bison       A replacement for unix "yacc" command.  This is from
  4756.         the GNU (GNU is Not Unix) effort, and was obtained
  4757.         from the Free Software Foundation.  This is an update
  4758.         to the version on disk 51, with some more bug fixes
  4759.         provided by Fred Walter.  Includes source.
  4760.         Author: Bob Corbett and Richard Stallman.  Bug fixes
  4761.             by Johan Widen, Doug Leavitt, & Fred Walter
  4762.  
  4763. DrunkenMouse    Another cute program in the tradition of "display hacks".
  4764.         Includes source.
  4765.         Author:  Alex Livshits
  4766.  
  4767. FlamKey     Installs a little key on the WorkBench screen title
  4768.         bar, and then waits in background until somebody clicks
  4769.         on the key.  When activated, allows the keyboard and mouse
  4770.         inputs to be locked out until a password is entered.
  4771.         Shareware, binary only.
  4772.         Author:  Alex Livshits
  4773.  
  4774. GravityWars The object of this game is for one player to hit the
  4775.         other player's ship with a missle, before being hit
  4776.         yourself.  The ships and planets don't move, but
  4777.         aiming the missle in the presence of gravity fields
  4778.         and black holes makes hitting your target difficult.
  4779.         Version 2.0, shareware, binary only.  This is an update
  4780.         to the version on disk number 84.
  4781.         Author:  Ed Bartz
  4782.  
  4783. IPo2C       A utility to write a C-language definition of the current
  4784.         intuition pointer to a file, which can then be used
  4785.         in a program via SetPointer to mimic the intuition pointer.
  4786.         Includes source.
  4787.         Author:  Alex Livshits
  4788.  
  4789. Pere-et-Fils    Example of creating and using reentrant processes.
  4790.         Includes source.
  4791.         Author: Jean-Michel Forgeas
  4792.  
  4793. Record-Replay   A program that records a sequence of mouse and keyboard
  4794.         events as they occur and stores them in a file.  The file
  4795.         can be played back to cause the same sequence of events to
  4796.         occur again.  Very useful for creating demonstrations
  4797.         of programs or documenting repeatable bugs.  This is
  4798.         version 2.0, an update to the version on disk 95.
  4799.         Shareware, binary only.
  4800.         Author:  Alex Livshits and J-M. Forgeas
  4801.  
  4802. ==========================  Contents of Disk 106  ==========================
  4803.  
  4804. This is disk 106 of the freely distributable AMIGA software library.
  4805. Below is a listing of the significant directories and their contents.
  4806.  
  4807.  
  4808. FuncKey     A shareware function key editor, submitted by the author
  4809.         for inclusion in the library.  This is version 1.1, an
  4810.         update to the version on disk 89. Binary only (source
  4811.         available from author).
  4812.         Author:  Anson Mah
  4813.  
  4814. MoreArt     A small selection of some additional Amiga artwork
  4815.         submitted to me since the last "art" disk.
  4816.         Authors:  Dana Dominiak and Larry Zasitko
  4817.  
  4818. QuickFlix   An IFF slideshow and cel animation program that takes
  4819.         full advantage of the Amiga's multitasking operating
  4820.         system, supports all the graphics modes, can run with
  4821.         internal timing or be triggered by an external source,
  4822.         caches images in memory to achieve rapid frame rate,
  4823.         etc.  Version 0.13, binary only, shareware.
  4824.         Author:  Jeff Kunzelman, Rodney Iwashina, Takeshi Suganuma
  4825.  
  4826. RistiNolla  A Finnish game.  The name means something like CrossZero,
  4827.         and is also called Go-Moku.  Version 1.0, shareware, binary
  4828.         only.
  4829.         Author:  Mika Pihlajamaki
  4830.  
  4831. ==========================  Contents of Disk 107  ==========================
  4832.  
  4833. This is disk 107 of the freely distributable AMIGA software library.
  4834. Below is a listing of the significant directories and their contents.
  4835.  
  4836.  
  4837. Csh     Version 2.07 of Matt Dillon's csh like shell, modified
  4838.         for Manx C.  Includes source.
  4839.         Author:  Matt Dillon, Manx'ified by Steve Drew
  4840.  
  4841. Diff        A file comparison utility, similar to other common
  4842.         "diff" programs.  Includes source.
  4843.         Author:  D. Krantz;  Amiga port by Jeff Bailey
  4844.  
  4845. ProSuite    This is the Amiga Programmers Suite Book 1.01.  The
  4846.         suite provides example code of facilities that every
  4847.         programmer needs (such as FileIO Requester), provides
  4848.         examples of new facilities (such as XText and DoRequest),
  4849.         and provides a tutorial on how to program the Amiga.
  4850.         Includes source.
  4851.         Author:  R.J. Mical
  4852.  
  4853. SVTools     Some additional useful tools from Stephen Vermeulen.
  4854.         Includes a new version of Vnews, sit, setstack, retool,
  4855.         memlist, fragit, and yoyo.  Includes source.
  4856.         Author:  Stephen Vermeulen
  4857.  
  4858. ==========================  Contents of Disk 108  ==========================
  4859.  
  4860. This is disk 108 of the freely distributable AMIGA software library.
  4861. Below is a listing of the significant directories and their contents.
  4862.  
  4863.  
  4864. AList       A directory listing program based on Dave Haynie's LD4
  4865.         program, with extensions and enhancements.  Includes source.
  4866.         Author:  Ed Kivi (original by Dave Haynie)
  4867.  
  4868. DirMaster   A very nicely done shareware disk cataloger, submitted
  4869.         by the author for inclusion in the library.  This is version
  4870.         1.0b, an update to the version released on disk 89.  Binary
  4871.         only.
  4872.         Author:  Greg Peters
  4873.  
  4874. Dots-Perfect    Printer driver for an Epson MX80 printer with the 
  4875.         Dots-Perfect upgrade kit installed.  Includes source.
  4876.         Author:  Robbie Akins
  4877.  
  4878. MonIDCMP    MonIDCMP lets you monitor the IntuiMessages that pass through
  4879.         an IDCMP window.  It prints the message class, mouse
  4880.         coordinates, qualifier values, and other useful information
  4881.         when appropriate.  Great for debugging applications and
  4882.         for snooping around in the inner workings of other programs.
  4883.         Includes source.
  4884.         Author:  Davide Cervone
  4885.  
  4886. PrintPop    A utility to enable the user to send some common control
  4887.         settings to the PRT: printer device.  When installed, a
  4888.         left-amiga F1 sequence will pop up a small window with
  4889.         various options.  Includes source.
  4890.         Author:  Robbie Akins
  4891.  
  4892. Sectorama   A program designed to help Amiga users recover lost or
  4893.         damaged data from floppy or hard drives, or to repair
  4894.         a damaged volume.  The author wrote this out of
  4895.         frustration with existing tools when he had multiple
  4896.         hard disk drive failures over the course of several
  4897.         months.  This is version 1.1, an update to the version
  4898.         on disk 102.  Binary only.
  4899.         Author:  David Joiner
  4900.  
  4901. Tek     An enhanced version of Dave Wecker's vt100 (v2.6) which
  4902.         includes emulation for a Tektronix 4010/4014 graphics 
  4903.         terminal.  This is a much improved version of the Tek4010
  4904.         program from disk number 52.  Includes source.
  4905.         Author:  Enhancements by Nick Giordano and Terry Whelan
  4906.  
  4907. Zoo     A file archiver, much like "arc" in concept, but different
  4908.         in implementation and user interface details.  Includes
  4909.         some nice features that "arc" lacks (such as file/path
  4910.         names up to 255 characters in length).  This is version
  4911.         1.42B, an update to the version released on disk 87.
  4912.         Binary only.
  4913.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  4914.  
  4915. ==========================  Contents of Disk 109  ==========================
  4916.  
  4917. This is disk 109 of the freely distributable AMIGA software library.
  4918. Below is a listing of the significant directories and their contents.
  4919.  
  4920.  
  4921. Machine     A neat new animation from Allen Hastings.
  4922.         Author:  Allen Hastings
  4923.  
  4924. SimCPM      A CP/M simulator for the Amiga.  Simulates an 8080
  4925.         along with H19 terminal emulation.  Includes source.
  4926.         Author:  Jim Cathey; Amiga port by Charlie Gibbs
  4927.  
  4928. UUpc        Version 1.0 of a suite of programs that will allow you
  4929.         hook up your Amiga as a usenet node.  Includes source.
  4930.         Author:  Richard Lamb, Stuart Lynne, Jeff Lydiatt
  4931. ==========================  Contents of Disk 110  ==========================
  4932.  
  4933. This is disk 110 of the freely distributable AMIGA software library.
  4934. Below is a listing of the significant directories and their contents.
  4935.  
  4936.  
  4937. A68k        A 68000 assembler originally written in Modula-2 in
  4938.         1985 and converted to C by Charlie Gibb in 1987.  Has
  4939.         been converted to accept metacomco-compatible assembler
  4940.         source code and to generate Amiga objects.  Includes source.
  4941.         Author:  Brian Anderson; C translation and Amiga work
  4942.              done by Charlie Gibb
  4943.  
  4944.  
  4945. Pdc     An optimizing C compiler for the 68000 processor.  This
  4946.         is an update to the version first released on disk 53,
  4947.         though apparently not based on the code from that disk.
  4948.         Major porting work was done by Jeff Lydiatt to get it to
  4949.         the point where it would compile and execute simple programs
  4950.         on the Amiga.  This version now generates metacomco-
  4951.         compatible assembler source code, which can be assembled by
  4952.         the assembler also provided on this disk and then linked by
  4953.         the freely redistributable linker "blink" (also provided).
  4954.         Includes all compiler source and some library and startup
  4955.         source code.  Requires amiga.lib from developers kit to
  4956.         generate complete running example executables.
  4957.         Author:  Matthew Brandt; major porting work by Jeff Lydiatt
  4958.  
  4959.  
  4960. ==========================  Contents of Disk 111  ==========================
  4961.  
  4962. This is disk 111 of the freely distributable AMIGA software library.
  4963. Below is a listing of the significant directories and their contents.
  4964.  
  4965.  
  4966. AmyLoad     A graphical monitor of cpu, blitter, and memory use.
  4967.         Includes two components; load.device, which monitors
  4968.         system parameters, and amyload, which is the user
  4969.         interface and display program.  Includes source.
  4970.         Author:  Jeff Kelley
  4971.  
  4972. AssignDev   Assigns multiple names to a given device.  For example,
  4973.         allows the names "df0:" and "df3:" to refer to the
  4974.         same physical device.  This is a modified version of
  4975.         the original released on disk number 79.  Includes source.  
  4976.         Author:  Phillip Lindsay, mods by Olaf Seibert
  4977.  
  4978. Gauge       Continuously displays memory usage in a vertical bar
  4979.         graph, similar to the workbench "fuel gauge" type 
  4980.         display for disk space.  Binary only.
  4981.         Author:  Peter da Silva
  4982.  
  4983. HeliosMouse Another "sunmouse" type program.  Automatically activates
  4984.         a window simply by moving the mouse pointer into the window.
  4985.         Version 1.1, an update to the version released on disk 94.
  4986.         Includes source.
  4987.         Author:  Davide Cervone
  4988.  
  4989. Labels      Alphabetic and numeric ordered cross reference lists
  4990.         of defined system constants.  Recommended for debugging
  4991.         purposes only, use the symbolic values in programs!
  4992.         Author:  Olaf Seibert
  4993.  
  4994. Mandel      Another mandelbrot generator program, with bits and pieces
  4995.         of code from C. Heath and R.J. Mical.  Includes source.
  4996.         Author:  Olaf Seibert
  4997.  
  4998. PopLife     A PopCLI type thingie that instead plays life all over your
  4999.         screen.  Lots of bits and pieces from Tomas Rokicki's blitlab
  5000.         and John Toebes' PopCLI.  Includes source.
  5001.         Author:  Olaf Seibert
  5002.  
  5003. ==========================  Contents of Disk 112  ==========================
  5004.  
  5005. This is disk 112 of the freely distributable AMIGA software library.
  5006. Below is a listing of the significant directories and their contents.
  5007.  
  5008.  
  5009. BeachBirds  Jerrold Tunnell's entry to the Badge Killer Demo
  5010.         Contest.  Uses sprites and sound to portray a beach
  5011.         scene.  Runs on a 512K machine.  Binary only.
  5012.         Author:  Jerrold Tunnell
  5013.  
  5014. Bully       Mike Meyer's entry for the Badge Killer Demo Contest.
  5015.         Pushes all open screens around (thus the name "bully").
  5016.         Designed for showing off more than one demo at a time
  5017.         Includes source.
  5018.         Author:  Mike Meyer
  5019.  
  5020. DropShadow  Dropshadow version 2, rev 0, for use with Bryce
  5021.         Nesbitt's Wavebench demo.  Binary only.
  5022.         Author:  Jim Mackraz
  5023.  
  5024. HagenDemos  Joel Hagen's Badge Killer Demo contest entries, "RGB"
  5025.         and "Focus".  RGB was the overall winner of the contest.
  5026.         It requires a one meg Amiga to run.  Binary only.
  5027.         Author:  Joel Hagen
  5028.  
  5029. Viacom      Latest version of viacom for use in conjuction with
  5030.         the WaveBench demo.  Binary only.
  5031.         Author:  Leo Schwab and Bryce Nesbitt
  5032.  
  5033. WaveBench   This is Bryce Nesbitt's Badge Killer Demo Contest entry.
  5034.         It is a neat screen hack, and runs on 512K machines.
  5035.         For more laughs, try in conjunction with Viacom or
  5036.         Ds (Dropshadow).  Includes source.
  5037.         Author:  Bryce Nesbitt
  5038.  
  5039. ==========================  Contents of Disk 113  ==========================
  5040.  
  5041. This is disk 113 of the freely distributable AMIGA software library.
  5042. Below is a listing of the significant directories and their contents.
  5043.  
  5044. AmiCron     A simple Unix "cron" type program, which is a background
  5045.         task that uses a disk-resident table to automatically
  5046.         run certain tasks on a regular basis, at specific times.
  5047.         Version 2.3, includes source.
  5048.         Author:  Steve Sampson, Amiga port by Rick Schaeffer
  5049.  
  5050. Dme     Version 1.28f of Matt's text editor.  Dme is a simple 
  5051.         WYSIWYG editor designed for programmers.  It is not a
  5052.         WYSIWYG word processor in the traditional sense.  Features
  5053.         include arbitrary key mapping, fast scrolling, title-line
  5054.         statistics multiple windows, and ability to iconify windows.
  5055.         Update to version on disk number 93, includes source.
  5056.         Author:  Matt Dillon
  5057.  
  5058. DosDev      Example DOS device driver in Manx C.  Version 1.10,
  5059.         includes source.
  5060.         Author:  Matt Dillon
  5061.  
  5062. M2Amiga     Demo version of the final product M2Amiga. A fast single
  5063.         pass Modula-2 compiler with editor, linker, a small set of
  5064.         interface and standard libraries. Compiles only small demo
  5065.         programs by limiting codesize and imports.  Further 
  5066.         development of the ETHZ compiler on Disk 24. Binary only.
  5067.         Demos with source.
  5068.         Authors: R. Degen, C. Nieder, M. Schaub, J. Straube (AMSoft)
  5069.  
  5070. NoIconPos   This program clears the position info of any of your icons
  5071.         to allow WorkBench to pick a reasonable place for the icon
  5072.         again. Useful for disk and drawer icons where Snapshot 
  5073.         rewrites the icon and the window information. Written in 
  5074.         Modula-2, another demo for M2Amiga, showing the simplicity 
  5075.         of programming with this Modula-2 compiler.
  5076.         Author: Markus. Schaub
  5077.  
  5078. ==========================  Contents of Disk 114  ==========================
  5079.  
  5080. This is disk 114 of the freely distributable AMIGA software library.
  5081. Below is a listing of the significant directories and their contents.
  5082.  
  5083. CDecl       English to C (and vice versa) translator for C
  5084.         declarations.  This little gem will translate english
  5085.         such as "declare foo as pointer to function returning
  5086.         pointer to array 10 of pointer to long" into
  5087.         "long *(*(*foo)())[10]", and vice versa.  An absolute
  5088.         must for anyone except possibly the most hardcore C guru.
  5089.         Includes source.
  5090.         Author:  Graham Ross
  5091.  
  5092. Vt100       Version 2.7 of Dave's vt100 terminal emulator with
  5093.         kermit and xmodem file transfer.  Includes a few bug
  5094.         fixes posted to Usenet shortly after the posting of
  5095.         version 2.7.  This is an update to the version released
  5096.         on disk 55.  Includes source.
  5097.         Author:  Dave Wecker
  5098.  
  5099. WBLander    This entry from the Badge Killer Demo Contest is
  5100.         a special version of the WBLander program from
  5101.         disk 100.  The ending is unique.  Also uses sound
  5102.         effectively.  Includes source.
  5103.         Authors:  Peter da Silva and Karl Lehenbauer
  5104.  
  5105. ==========================  Contents of Disk 115  ==========================
  5106.  
  5107. This is disk 115 of the freely distributable AMIGA software library.
  5108. Below is a listing of the significant directories and their contents.
  5109.  
  5110. Killer      Killer is an incredible demo written by Robert Wilt.
  5111.         It won fourth place in the Badge Killer Demo Contest.
  5112.         Requires at least one meg of memory to run.  Sound is
  5113.         also an important part of the demo so be sure to turn
  5114.         it up.  Binary only.
  5115.         Author:  Robert Wilt
  5116.  
  5117. Marketroid  Marketroid is Leo's entry for the Badge Killer Demo
  5118.         Contest.  It is another devious sprite oriented demo
  5119.         with lots of "in" jokes.  Runs on a 512K machine.
  5120.         Includes source.
  5121.         Author:  Leo Schwab
  5122.  
  5123. ==========================  Contents of Disk 116  ==========================
  5124.  
  5125. This is disk 116 of the freely distributable AMIGA software library.
  5126. Below is a listing of the significant directories and their contents.
  5127.  
  5128.  
  5129. Movies      A ram animation system with three different example
  5130.         animations; Kahnankas, Rocker, and F-15.  Kahnankas won
  5131.         a close second in the Badge Killer Demo Contest.  Both
  5132.         Kahnankas and Rocker run on a 512K Amiga and show off
  5133.         overscan HAM mode.  Includes a animation player program
  5134.         (movie), animation builder programs (dilbm, pilbm), and
  5135.         a text/graphics display program (vilbm).
  5136.         Authors:  Eric Graham, Ken Offer, 
  5137.  
  5138. ==========================  Contents of Disk 117  ==========================
  5139.  
  5140. This is disk 117 of the freely distributable AMIGA software library.
  5141. Below is a listing of the significant directories and their contents.
  5142.  
  5143.  
  5144. AMUC_Demo   A really neat horizontal scrolling demo that is a 
  5145.         2400 x 200 pixel 32 color IFF picture composed of
  5146.         digiview snapshots of members of the AMiga Users
  5147.         of Calgary, superimposed on a very wide picture of the
  5148.         Calgary Skyline.  Binary only.
  5149.         Author:  Stephen Vermeulen and Stephen Jeans
  5150.  
  5151. ExP_Demo    Demo version of Express Paint 1.1.  This is the program
  5152.         that was used to create the huge scrolling demo picture 
  5153.         in the AMUC_Demo drawer on this same disk.  Binary only.
  5154.         Author:  Stephen Vermeulen
  5155.  
  5156. ==========================  Contents of Disk 118  ==========================
  5157.  
  5158. This is disk 118 of the freely distributable AMIGA software library.
  5159. Below is a listing of the significant directories and their contents.
  5160.  
  5161.  
  5162. Empire      This is a complete rewrite, from the ground up, in
  5163.         Draco, of Peter Langston's Empire game.  Empire is
  5164.         a multiplayer game of exploration, economics, war,
  5165.         etc, which can last a couple of months.  Can be
  5166.         played either on the local keyboard or remotely
  5167.         through a modem.  This is version 1.0, shareware,
  5168.         and includes source code.
  5169.         Author:  Chris Gray, original game by Peter Langston
  5170.  
  5171. HAMmmm      This is Phil's entry for the Badge Killer Demo Contest.
  5172.         HAMmmm displays lines whose end points are bouncing around
  5173.         the screen, which is a double buffered HAM screen.
  5174.         The Y positions of the points are continuously copied
  5175.         into an audio waveform that is played on all four
  5176.         channels, and the pitch of a just intoned chord is
  5177.         derived from the average X position of these points.
  5178.         Includes source in JForth.
  5179.         Author:  Phil Burk
  5180.  
  5181. Stars       Hobie's entry for the Badge Killer Demo Contest.
  5182.         Based on original code by Leo Schwab, has credits
  5183.         longer than the actual demo.  Runs on 512K Amiga.
  5184.         Binary only.
  5185.         Author:  Hobie Orris
  5186.  
  5187. WireDemo    Matt's entry for the Badge Killer Demo Contest.
  5188.         Demonstrates the Amiga's line drawing speed.
  5189.         Runs on a 512K Amiga.  Includes source.
  5190.         Author:  Matt Dillon
  5191.  
  5192. ==========================  Contents of Disk 119  ==========================
  5193.  
  5194. This is disk 119 of the freely distributable AMIGA software library.
  5195. Below is a listing of the significant directories and their contents.
  5196.  
  5197. MicroEMACS  Version 3.9e of Daniel Lawrence's variant of Dave
  5198.         Conroy's microemacs.  This is an update to the version
  5199.         released on disk 93.  Also included, for the first time,
  5200.         is extensive documentation in machine readable form.
  5201.         Includes source.
  5202.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  5203. ==========================  Contents of Disk 120  ==========================
  5204.  
  5205. This is disk 120 of the freely distributable AMIGA software library.
  5206. Below is a listing of the significant directories and their contents.
  5207.  
  5208.  
  5209. Amoeba      This clone of Space Invaders is one of the best freely
  5210.         redistributable games for the Amiga to date.  Unlike
  5211.         many commercial games, it even works correctly in a
  5212.         multitasking environment (by not requiring you to
  5213.         reboot just to play a game).  Highly recommended!
  5214.         Binary only.
  5215.         Author:  LateNight Developments
  5216.  
  5217. BackGammon  A graphical Backgammon game done as an undergraduate
  5218.         A.I. course project.  Version 1.0, includes source.
  5219.         Author:  Robert Pfister
  5220.  
  5221. Bankn       A complete checkbook system offered by the author as
  5222.         shareware.  Version 1.3, binary only.
  5223.         Author:  Hal Carter
  5224.  
  5225. EgyptianRun Cute little "road race + hazards" type game.  Version
  5226.         1.1, binary only, shareware, source available from author.
  5227.         Author:  Chris Hames
  5228.  
  5229. IconImage   Program to replace an old icon image with a new image,
  5230.         without affecting icontype, drawer data, etc.
  5231.         Includes source.
  5232.         Author:  Denis Green
  5233.  
  5234. ==========================  Contents of Disk 121  ==========================
  5235.  
  5236. This is disk 121 of the freely distributable AMIGA software library.
  5237. Below is a listing of the significant directories and their contents.
  5238.  
  5239.  
  5240. BasicStrip  An AmigaBASIC program that helps to convert programs
  5241.         written in other forms of Basic to AmigaBASIC.
  5242.         Author:  George Trepal
  5243.  
  5244. DataPlot    A shareware plotting program written in AmigaBASIC.
  5245.         Also includes a least squares curve fit program.
  5246.         Author:  Dale Holt
  5247.  
  5248. Plot        A shareware 3-D graphing program written in AmigaBASIC,
  5249.         with some sample output plots.  Source available from
  5250.         author.
  5251.         Author:  George Trepal
  5252.  
  5253. Stairs      This AmigaBASIC program demonstrates a musical
  5254.         illusion based upon perceptual circularity of widely
  5255.         spaced tones whose volumes are defined as a
  5256.         sinusoidal relationship to their frequency.
  5257.         Author:  Gary Cuba
  5258.  
  5259. Uedit       Version 2.3 of this nice shareware editor.  Has learn
  5260.         mode, a command language, menu customization, and other
  5261.         user configurability and customizability features.
  5262.         Binary only, shareware, update to version on disk 60.
  5263.         Author:  Rick Stiles
  5264.  
  5265. WBColors    A simple little program to change the Workbench colors
  5266.         to a predetermined color set, for programs that expect
  5267.         to be booted off their distribution disk but instead
  5268.         are run from a hard disk.  Includes source.
  5269.         Author:  Stefan Lindahl
  5270.  
  5271. ==========================  Contents of Disk 122  ==========================
  5272.  
  5273. This is disk 122 of the freely distributable AMIGA software library.
  5274. Below is a listing of the significant directories and their contents.
  5275.  
  5276.  
  5277. Asteriods   Nicely done "blast the asteriods" type game.  Unique
  5278.         feature is that all the images and sounds are replaceable
  5279.         by the end user.  So instead of ships and rocks, you can
  5280.         have an Amiga against a horde of IBMPC's if you wish.
  5281.         Author:  Rico Mariani
  5282.  
  5283. Iff2Pcs     An interactive puzzle program that takes any IFF file
  5284.         containing up to 16 colors, and breaks it up into squares
  5285.         to make a puzzle which the user can then piece back
  5286.         together again.  Version 1.0, includes source.
  5287.         Author:  Ali Ozer
  5288.  
  5289. Names       A shareware program to create and manage mailing lists.
  5290.         Binary only.
  5291.         Author:  Ernie Nelson
  5292.  
  5293. Pr      A little utility to print listings in different formats.
  5294.         Similar to the Unix "pr" program.  Includes source.
  5295.         Author:  Samuel Paolucci
  5296.  
  5297. PushOver    A neat little board strategy game, in AmigaBASIC.  Push
  5298.         your pieces onto the board until you get five in a row
  5299.         in any direction.  Includes source.
  5300.         Author:  Russ Yost
  5301.  
  5302. PuzzlePro   Create a puzzle from an IFF picture, which the user can
  5303.         then piece back together again.  Written in AmigaBASIC.
  5304.         Version 1.0, binary only, shareware, source available
  5305.         from author.
  5306.         Author:  Syd Bolton
  5307.  
  5308. ==========================  Contents of Disk 123  ==========================
  5309.  
  5310. This is disk 123 of the freely distributable AMIGA software library.
  5311. Below is a listing of the significant directories and their contents.
  5312.  
  5313.  
  5314. Arp     ARP stands for "AmigaDOS Replacement Project".  Arp
  5315.         is an effort led by Charlie Heath of Microsmiths Inc.,
  5316.         to replace the current DOS in a compatible fashion, so
  5317.         that current programs will continue to work.  Arp also
  5318.         makes whatever improvements are possible, so that current
  5319.         and future programs will work better.
  5320.         Author:  Various authors contributed work
  5321.  
  5322. Car     This animation is one of Allen's entries to the Badge
  5323.         Killer Demo Contest.  It apparently is an inside joke
  5324.         relating to a well known Amigan's experience with
  5325.         a certain highend graphics hardware manufacturer.
  5326.         Author:  Allen Hastings
  5327.  
  5328. ==========================  Contents of Disk 124  ==========================
  5329.  
  5330. This is disk 124 of the freely distributable AMIGA software library.
  5331. Below is a listing of the significant directories and their contents.
  5332.  
  5333.  
  5334. Icons       Some sample animated icons.  You might find just the
  5335.         icon for that refugee CLI program you've been meaning
  5336.         to make runable from the WorkBench environment.
  5337.         Author:  L. Pfost
  5338.  
  5339. Tarot       An AmigaBASIC program written by the author as an exercise
  5340.         for learning BASIC.  Contains some nice graphic renditions
  5341.         of tarot cards.
  5342.         Author:  L.Pfost
  5343.  
  5344. ==========================  Contents of Disk 125  ==========================
  5345.  
  5346. This is disk 125 of the freely distributable AMIGA software library.
  5347. Below is a listing of the significant directories and their contents.
  5348.  
  5349.  
  5350. ElGato      This animation is Kevin's entry to the Badge Killer
  5351.         Demo Contest.  It also has a background music
  5352.         arrangement, that requires Sonix to use.
  5353.         Author:  Kevin Sullivan
  5354.  
  5355. ==========================  Contents of Disk 126  ==========================
  5356.  
  5357. This is disk 126 of the freely distributable AMIGA software library.
  5358. Below is a listing of the significant directories and their contents.
  5359.  
  5360.  
  5361. Colour      A program to manipulate the colors of specific named
  5362.         screens, saving their current color sets to data files,
  5363.         loading new color sets from data files, or interactively
  5364.         changing the colors.  Includes source.
  5365.         Author:  John Russell
  5366.  
  5367. Dance       These two programs, "dancing polygons", are John's
  5368.         entry to the Badge Killer Demo Contest.  They are
  5369.         variations of one another, but demonstrate the range
  5370.         of colors available on the Amiga.  Includes source.
  5371.         Author:  John Olsen
  5372.  
  5373. HBHill      This animation is one of Kevin's entries to the Badge
  5374.         Killer Demo Contest.  It is the first known animation
  5375.         that makes use of the Amiga's "Extra Half Brite" mode.
  5376.         Author:  Kevin Sullivan
  5377.  
  5378. Iconify     A subroutine that creates an icon on the Amiga screen
  5379.         that can be subsequently dragged around, and double-
  5380.         clicked on.  You can use this to have your programs
  5381.         "iconify" themselves to temporarily get out of the user's
  5382.         way.  Includes source and demo program.
  5383.         Author:  Leo Schwab
  5384.  
  5385. OnlyAmiga   This animation is Iqbal's entry to the Badge Killer
  5386.         Demo Contest.  It consists of tree balls being
  5387.         juggled by pyramids rotating on their tops.
  5388.         Author:  Iqbal Singh Hans
  5389.  
  5390. Suplib      The support library needed to rebuild various programs
  5391.         of Matt's from the source, including DME, DTERM, etc.
  5392.         Includes source.
  5393.         Author:  Matt Dillon
  5394.  
  5395. VCheck      Version 1.2 of the virus detection program from
  5396.         Commodore Amiga Technical Support.  This version
  5397.         will test for the presence of a virus in memory,
  5398.         or on specific disks.  Binary only.
  5399.         Author:  Bill Koester.
  5400.  
  5401. ==========================  Contents of Disk 127  ==========================
  5402.  
  5403. This is disk 127 of the freely distributable AMIGA software library.
  5404. Below is a listing of the significant directories and their contents.
  5405.  
  5406.  
  5407. Bounce      This program is Steve and Tom's entry for the Badge
  5408.         Killer Demo Contest.  It creates little dots that
  5409.         bounce around and multiply.  Includes source.
  5410.         Author:  Steve Hansel and Tom Hansel
  5411.  
  5412. Nemesis     This demo is Mark's entry to the Badge Killer Demo
  5413.         Contest.  It is quite small for what it does, and
  5414.         won fifth place in the contest.  Binary only.
  5415.         Author:  Mark Riley
  5416.  
  5417. Ripples     This animation is one of Allen Hastings' entries to
  5418.         the Badge Killer Demo Contest.  Unlike most other 
  5419.         animations, it shows a fixed object from a moving
  5420.         point of view, rather than a moving object from a
  5421.         fixed point of view.
  5422.         Author:  Allen Hastings
  5423.  
  5424. ==========================  Contents of Disk 128  ==========================
  5425.  
  5426. This is disk 128 of the freely distributable AMIGA software library.
  5427. Below is a listing of the significant directories and their contents.
  5428.  
  5429.  
  5430. Dis     A 68000 disassembler, written in 68000 assembler.
  5431.         Includes source.
  5432.         Author:  Greg Lee
  5433.  
  5434. DropCloth   DropCloth lets you place a pattern, a 2 bitplane IFF
  5435.         image or a combination of a pattern and image, into
  5436.         the WorkBench backdrop.  Version 2.2, shareware,
  5437.         binary only.
  5438.         Author:  Eric Lavitsky
  5439.  
  5440. LedClock    An extremely simple clock program, for interlaced
  5441.         screens only.  Includes source.
  5442.         Author:  Ali Ozer
  5443.  
  5444. MRBackUp    A hard disk backup utility, that does a file by file
  5445.         copy to standard AmigaDOS floppy disks.  Includes an
  5446.         intuition interface and file compression.  Version 1.3,
  5447.         includes source.
  5448.         Author:  Mark Rinfret
  5449.  
  5450. Paint       A simple screen painting program, written in web.
  5451.         Requires web preprocessing program to rebuild from
  5452.         source.  Includes source in web.
  5453.         Author:  Greg Lee
  5454.  
  5455. PrtDriver   A printer driver for the Toshiba "3 in one" printer in
  5456.         its Qume (best) mode.  Includes source in C and 
  5457.         assembler.
  5458.         Author:  Rico Mariani
  5459.  
  5460. SDBackUp    A hard disk backup utility.  CLI interface only.
  5461.         Does file compression.  Version 1.1, binary only.
  5462.         Author:  Steve Drew
  5463.  
  5464. Sed     A clone of the Unix sed (Stream EDitor) program.
  5465.         Includes source.
  5466.         Author:  Eric Raymond
  5467.  
  5468. wKeys       A "hot-keys" program that binds keyboard function
  5469.         keys to window manipulation functions (window activation,
  5470.         front to back, moving screens, etc).  Includes source.
  5471.         Author:  Davide Cervone
  5472.  
  5473. ==========================  Contents of Disk 129  ==========================
  5474.  
  5475. This is disk 129 of the freely distributable AMIGA software library.
  5476. Below is a listing of the significant directories and their contents.
  5477.  
  5478.  
  5479. DosKwik     A pair of programs which allow you to save files, or
  5480.         a group of files, to one or more floppies for quick
  5481.         loading (loading up a ram disk for example).  Does not
  5482.         store files in DOS format, which is why it is faster.
  5483.         Version 2.0, update to version on disk 103.  Binary
  5484.         only, shareware.
  5485.         Author:  Gary Kemper
  5486.         
  5487. MRBackUp    A hard disk backup utility, that does a file by file
  5488.         copy to standard AmigaDOS floppy disks.  Includes an
  5489.         intuition interface and file compression.  Versions
  5490.         2.0 (with sources) and 2.1 (binary only, source available
  5491.         from author).  This is an update to version on disk 128.
  5492.         Author:  Mark Rinfret
  5493.  
  5494. PaintJet    An "official" Hewlett Packard PaintJet printer driver
  5495.         received directly from HP sources.  Don't settle for
  5496.         a bogus one, or pay the $50 some vendors are apparently
  5497.         asking for one.
  5498.         Author:  Unknown
  5499.  
  5500. Patch       Two independent ports of the very useful Unix utility
  5501.         "patch", which applies context diffs to text files
  5502.         to automatically update them.  Patch version 1.3 was
  5503.         ported to the Amiga by Rick Coupland and patch version
  5504.         2.0 was ported by Johan Widen.  Includes source.
  5505.         Author:  Larry Wall
  5506. ==========================  Contents of Disk 130  ==========================
  5507.  
  5508. This is disk 130 of the freely distributable AMIGA software library.
  5509. Below is a listing of the significant directories and their contents.
  5510.  
  5511.  
  5512. DirMaster   A very nicely done shareware disk cataloger, submitted
  5513.         by the author for inclusion in the library.  This is version
  5514.         1.1, an update to the version released on disk 108.  Lots
  5515.         of neat new features and enhancements.  Binary only.
  5516.         Author:  Greg Peters
  5517.  
  5518. Evo     A human evolution toy/tutorial.  Includes source.
  5519.         Author:  Steve Bonner
  5520.  
  5521. Hp      A nice RPN calculator program that supports calculations
  5522.         with binary, octal, decimal, hex, float, and complex
  5523.         numbers.  Other features include 32 registers for storing
  5524.         data and transcendental functions.  Version 1.0, includes
  5525.         source.
  5526.         Author:  Steve Bonner
  5527.  
  5528. Mach        A "mouse accelerator" program that also includes hotkeys,
  5529.         the features of sun mouse, clicktofront, and popcli, a
  5530.         title bar clock with a bbs online charge accumulator, and
  5531.         more.  Version 1.6a, includes source.
  5532.         Author:  Brian Moats
  5533.  
  5534. PatEdit     A pattern editor for creating patterns to input to
  5535.         the Amiga SetAfPt macro call.  This call sets the
  5536.         area fill pattern for the area filling graphics calls
  5537.         such as RectFill, AreaDraw, etc.  Includes source.
  5538.         Author:  Don Hyde
  5539.  
  5540. QMan        Mandelbrot generator written partially in assembly for
  5541.         speed.  Includes source.
  5542.         Author:  Steve Bonner
  5543.  
  5544. ==========================  Contents of Disk 131  ==========================
  5545.  
  5546. This is disk 131 of the freely distributable AMIGA software library.
  5547. Below is a listing of the significant directories and their contents.
  5548.  
  5549. Dfc     Copies disks like Maurader, but multitasks.  Replaces both
  5550.         diskcopy and format but is smaller than either.  It even has
  5551.         a nice little Intuition interface.  Includes source.
  5552.         Author:  Tomas Rokicki
  5553.  
  5554. HyperBase   Nice little shareware database management system.
  5555.         Version 1.6, binary only, source available from authors.
  5556.         Update to version on disk number 58.
  5557.         Author:  Michael MacKenzie, Marc Mengel, and Craig Norborg
  5558.  
  5559. Life        A new version of Tomas's ancient Life game, but with a new
  5560.         macro language for setting up patterns, some good examples,
  5561.         and some more good stuff.  Includes source.
  5562.         Author:  Tomas Rokicki
  5563.  
  5564. Mackie      A Popcli replacement that draws pretty lines on the screen
  5565.         in blanking mode.  Includes source.
  5566.         Author:  Software Distillery; enhancements by Tomas Rokicki
  5567.  
  5568. Mg1b        A version of Mg1b with an ARexx port and other improvements
  5569.         by Tomas Rokicki.  Finally you can define macros and bind
  5570.         them to function keys in your startup file!  Includes
  5571.         source.
  5572.         Author:  Various; enhancements by Tomas Rokicki
  5573.  
  5574. WFrags      Another version of Frags, but this one pops up a nice little
  5575.         window that updates occasionally.  Necessary for developers
  5576.         who wonder what their program is doing to memory, or wonder
  5577.         why they can't load that program.  Includes source.
  5578.         Author:  Tomas Rokicki
  5579.  
  5580. ==========================  Contents of Disk 132  ==========================
  5581.  
  5582. This is disk 132 of the freely distributable AMIGA software library.
  5583. Below is a listing of the significant directories and their contents.
  5584.  
  5585.  
  5586. Berserk     This animation, unveiled at the September 87 meeting
  5587.         of the First Amiga Users Group, got Leo a standing ovation.
  5588.         It is a "must see" for every Amiga user, and ranks up
  5589.         there with "Juggler" as a premier demo for the Amiga.
  5590.  
  5591.         The difference between this distribution, and the one
  5592.         on disk 100, is that this one includes "source".  I.E.
  5593.         it contains all the object descriptions necessary to
  5594.         recreate the animation.  Thus you can, if you like,
  5595.         try modifying various objects to create slightly
  5596.         different animations, or use it as an example for
  5597.         creating your own animations.
  5598.  
  5599.         Seldom does a disk get devoted to a single program,
  5600.         however animation is one of the Amiga's greatest
  5601.         strengths, and I felt it was appropriate to have at
  5602.         least one animation that was available at the
  5603.         "source code" level.
  5604.  
  5605.         Author:  Leo Schwab
  5606.  
  5607. ==========================  Contents of Disk 133  ==========================
  5608.  
  5609. This is disk 133 of the freely distributable AMIGA software library.
  5610. Below is a listing of the significant directories and their contents.
  5611.  
  5612.  
  5613. Conman      Extremely useful replacement for the standard console
  5614.         handler, that provides line editing and command line
  5615.         histories completely transparent to any application program
  5616.         that uses CON: windows.  This program is shareware, and well
  5617.         worth a donation to the author.  Version 1.1, binary only,
  5618.         update to version on disk 100.  New features include 
  5619.         additional editing keys, fast search keys, undo key, clear
  5620.         history command, and more.
  5621.         Author:  William Hawes
  5622.  
  5623. Crc     Two programs that are very useful for generating
  5624.         16-bit CRC listings of the contents of disks, and
  5625.         verifying that a given disk's files still compute
  5626.         to the same CRC's as listed.  Version 1.0, binary
  5627.         only.
  5628.         Author:  Don Kindred
  5629.  
  5630. CrcLists    Complete CRC check files for disks 1-128 of the 
  5631.         library, using the Crc program also included on
  5632.         this disk.  These were made directly from my master
  5633.         disks.
  5634.         Author:  Fred Fish
  5635.  
  5636. Overscan    Patches the Intuition library so that sizable windows
  5637.         with MaxHeight of 200 (400 in interlace) and screens with
  5638.         Height of 200 (400 in interlace) will take advantage of
  5639.         the PAL overscan capability of Intuition V1.2.  This 
  5640.         seems to be useful only for European users that wish
  5641.         to run software written for the American market, without
  5642.         modifying the applications, but still using the additional
  5643.         space.  Includes source.
  5644.         Author:  Ari Freund
  5645.  
  5646. ==========================  Contents of Disk 134  ==========================
  5647.  
  5648. This is disk 134 of the freely distributable AMIGA software library.
  5649. Below is a listing of the significant directories and their contents.
  5650.  
  5651.  
  5652. BoingThrows A 50 frame HAM animation done with Sculpt-3D, and
  5653.         minor touchups with DigiPaint.  The animation took
  5654.         about 325 hours of runtime to generate.
  5655.         Author:  Marvin Landis
  5656.  
  5657. Browser     A workbench tool, using text-only windows, that makes
  5658.         all files in the system accessible for executing,
  5659.         copying, moving, renaming, deleting, etc.  Billed
  5660.         as a "programmers workbench".  Version 1.2, binary
  5661.         only.
  5662.         Author:  Peter da Silva
  5663.  
  5664. Dme     Version 1.29 of Matt's text editor.  Dme is a simple 
  5665.         WYSIWYG editor designed for programmers.  It is not a
  5666.         WYSIWYG word processor in the traditional sense.  Features
  5667.         include arbitrary key mapping, fast scrolling, title-line
  5668.         statistics multiple windows, and ability to iconify windows.
  5669.         Update to version on disk number 113, includes source.
  5670.         Author:  Matt Dillon
  5671.  
  5672. Find        Find is a utility which searches for files that satisfy
  5673.         a given boolean expression of attributes, starting from
  5674.         a root pathname and searching recursively down through
  5675.         the hierarchy of the file system.  Very much like the
  5676.         Unix find program.  Version 1.0, includes source.
  5677.         Author:  Rodney Lewis
  5678.  
  5679. Library     Demo version of a shareware program that stores textual
  5680.         information without regard to structure or content, and
  5681.         allows complicated searching for specific patterns.
  5682.         Written in assembler for speed, binary only.
  5683.         Author:  Bill Brownson
  5684.  
  5685. SmartIcon   This shareware program, submitted by the author,
  5686.         is an Intuition objects iconifier.  Version 1.0
  5687.         is limited to iconifying windows, which is still
  5688.         very handy.  It adds a new "iconify gadget" to
  5689.         each window, that when clicked on, iconifies the
  5690.         window into an icon in the ram: disk.  Binary only,
  5691.         source available from author.
  5692.         Author:  Gauthier Groult
  5693.  
  5694. ==========================  Contents of Disk 135  ==========================
  5695.  
  5696. This is disk 135 of the freely distributable AMIGA software library.
  5697. Below is a listing of the significant directories and their contents.
  5698.  
  5699.  
  5700. TeXF        A selection of 78 TeX fonts, with a conversion
  5701.         program to convert them to Amiga fonts.  There
  5702.         are 22 different fonts at various sizes, ranging
  5703.         from 15 pixels high to more than 150 pixels.
  5704.         The conversion program can also be used with
  5705.         the fonts distributed with AmigaTeX, yielding
  5706.         an additional 1000 or so more fonts for use
  5707.         with other Amiga programs.  Version 2.5,
  5708.         binary only.
  5709.         Author:  Ali Ozer
  5710.         
  5711. ==========================  Contents of Disk 136  ==========================
  5712.  
  5713. This is disk 136 of the freely distributable AMIGA software library.
  5714. Below is a listing of the significant directories and their contents.
  5715.  
  5716.  
  5717. AsmToolBox  An assembler "toolbox" created to make interfacing 
  5718.         between assembler programs and AmigaDOS easy.  Includes
  5719.         source.
  5720.         Author:  Warren Ring
  5721.  
  5722. Bison       A replacement for unix "yacc" command.  This is from
  5723.         the GNU (GNU is Not Unix) effort.  It is a port of
  5724.         the latest GNU version, done by William Loftus, with
  5725.         the goal of preserving all of bison's current features.
  5726.         Includes source and testing program "calc".
  5727.         Author: Bob Corbett and Richard Stallman.
  5728.  
  5729. Iff2Pcs     An interactive puzzle program that takes any IFF file
  5730.         containing up to 16 colors, and breaks it up into squares
  5731.         to make a puzzle which the user can then piece back
  5732.         together again.  Version 1.1, an update to the version
  5733.         on disk 122, includes source.
  5734.         Author:  Ali Ozer
  5735.  
  5736. Paste       A version of the Unix paste utility.  Paste concatenates
  5737.         corresponding lines of the specified files into
  5738.         a single output line (horizontal or parallel merging)
  5739.         or concatenates them into alternate lines (vertical or
  5740.         serial merging).  Includes source.
  5741.         Author:  David Ihnat
  5742.  
  5743. YaBoingII   A game program demonstrating hardware sprite usage,
  5744.         including collision detection.  This is an update
  5745.         to the version on disk 36.  Includes source.
  5746.         Author: Ali Ozer, based on original by Leo Schwab
  5747.  
  5748. Zoo     A file archiver, much like "arc" in concept, but different
  5749.         in implementation and user interface details.  Includes
  5750.         some nice features that "arc" lacks (such as file/path
  5751.         names up to 255 characters in length).  This is version
  5752.         1.71, an update to the version released on disk 108.
  5753.         Binary only.
  5754.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  5755.  
  5756. ==========================  Contents of Disk 137  ==========================
  5757.  
  5758. This is disk 137 of the freely distributable AMIGA software library.
  5759. Below is a listing of the significant directories and their contents.
  5760.  
  5761.  
  5762. Ct      An Amiga program to display images from a CT scanner,
  5763.         along with several interesting sample images of scans
  5764.         of real people, including a skull, brain, heart, and
  5765.         spine.  Each image is 256 by 256 pixels in 2048 gray
  5766.         scale.  The display software, though it has a primitive
  5767.         user interface, is quite powerful, including functions
  5768.         like convolutions, averaging, laplacians, unsharp
  5769.         masking, edge detection, gradients, etc.  Binary only.
  5770.         Author:  Jonathan Harman
  5771.  
  5772. JeansIcons  Miscellaneous cute icons created for AMUC's monthly
  5773.         newsletter disk.  Submitted by Stephen Vermeulen.
  5774.         Author:  Steve Jeans
  5775.  
  5776. Muncho      A cute little program which plays a digitized sound
  5777.         sample when you insert or remove a disk from your
  5778.         drive.  If you don't like the sounds, you can replace
  5779.         them with your own.  Binary only.
  5780.         Author:  Andrew Werth
  5781.  
  5782. Sit     An update to the Set Icon Type program from disk 107.
  5783.         Version 1.10, includes source.
  5784.         Author:  Stephen Vermeulen
  5785.  
  5786. VGad        A new gadget editor that takes two pictures of the window
  5787.         and its gadgets, one being the normal gadget state and
  5788.         the other being the fully selected state, and then
  5789.         merges the data and converts to C source code.  Version
  5790.         1.0, binary only.
  5791.         Author:  Stephen Vermeulen
  5792.  
  5793. VirusX      A boot sector virus check program that runs in the
  5794.         background and automatically checks all inserted
  5795.         disks for a nonstandard boot sector.  Such disks can
  5796.         optionally have their boot sector rewritten to remove
  5797.         the virus.  Includes source.
  5798.         Author:  Steve Tibbett
  5799.  
  5800. VLabel      A program to print fancy customized disk labels.  It will
  5801.         combine an IFF picture and up to 50 lines of text (which
  5802.         may be placed arbitrarily in any font or point size) and
  5803.         then print the result.  The IFF picture can be virtually
  5804.         any size (up to 1008 by 1000).  It will also print labels
  5805.         from a batch file produced by SuperBase.  Version 1.20,
  5806.         binary only.
  5807.         Author:  Stephen Vermeulen
  5808.  
  5809. ==========================  Contents of Disk 138  ==========================
  5810.  
  5811. This is disk 138 of the freely distributable AMIGA software library.
  5812. Below is a listing of the significant directories and their contents.
  5813.  
  5814.  
  5815. AmigaLine   A series of various technical notes for Amiga programmers.
  5816.         Author:  Byrce Nesbitt
  5817.  
  5818. Diff        A program that uses the same algorithm as the Unix
  5819.         diff program and also produces context diffs, suitable
  5820.         for use with patch.  Source WAS available but got
  5821.         eaten by my Amiga when it crashed, so binary only.
  5822.         Author:  Unknown (Decus C diff?)
  5823.  
  5824. Foreach     A simple but useful program that expands a wild
  5825.         card file specification and then invokes the
  5826.         specified command once per expanded filename,
  5827.         with the expanded filename as the command
  5828.         argument.  Includes source.
  5829.         Author:  Jonas Flygare
  5830.  
  5831. MacFont     A conversion tool to convert Mac fonts to
  5832.         Amiga fonts.  Binary only.
  5833.         Author:  John O'Neill and Rico Mariani
  5834.  
  5835. ModulaTools Various useful routines for those programming in Modula
  5836.         on the Amiga.  Update to version on disk 94, includes
  5837.         source.
  5838.         Author:  Jerry Mack
  5839.  
  5840. Vt100       Two new versions of Dave's vt100 terminal emulator.
  5841.         One version, based on vt100 2.6, has been enhanced
  5842.         by John Barshinger to include an iconify feature,
  5843.         add full 132 column support using overscan, and other
  5844.         miscellaneous features.  This version is available in
  5845.         binary only.  The second version is release 2.8
  5846.         of the mainstream version of vt100, as enhanced and
  5847.         supported by Tony Sumrall.  This one include source.
  5848.         Author:  Dave Wecker
  5849.  
  5850. ==========================  Contents of Disk 139  ==========================
  5851.  
  5852. This is disk 139 of the freely distributable AMIGA software library.
  5853. Below is a listing of the significant directories and their contents.
  5854.  
  5855.  
  5856. AmiCron     An enhanced and debugged version of AmiCron 2.3
  5857.         from disk number 113.  Includes source.
  5858.         Author:  Steve Sampson, Rich Schaeffer, Christian Balzer
  5859.  
  5860. ListScanner A nice little utility to display all the Exec lists.
  5861.         Somewhat like the Xplor utility from disk 73.
  5862.         Includes source in assembler.
  5863.         Author:  Heiko Rath
  5864.  
  5865. ProCalc     A program that simulates an HP-11C programmable calculator.
  5866.         Includes both an English version and a German version.
  5867.         Shareware, binary only.
  5868.         Author:  Gotz Muller
  5869.  
  5870. RemLib      Removes a specified library (if currently unused)
  5871.         or displays some information about all available
  5872.         libraries.  Includes source in assembler.
  5873.         Author:  Heiko Rath
  5874.  
  5875. TurboBackup A fast mass floppy disk duplicator with enforced verify
  5876.         mode to prevent generation of incorrect copies.  Version
  5877.         1.00, binary only.
  5878.         Author:  Steffen Stempel and Martin Kopp
  5879.  
  5880. WArranger   Sends a window, identified by its name, to the front
  5881.         or to the back, without selecting it.  Useful in
  5882.         conjunction with AmiCron.  Works on all screens.
  5883.         Includes source in assembler.
  5884.         Author:  Heiko Rath
  5885.  
  5886. WheelChairSim   A wheelchair simulator developed as a project for the
  5887.         Technical Resource Centre and the Albert Children's
  5888.         Hospital, to allow the matching of a wheelchair joystick
  5889.         to a child's handicap and all the child to practice using
  5890.         the chair in a safe (simulated) environment.  Binary only.
  5891.         Author:  M. Smith and T. Mathews
  5892. ==========================  Contents of Disk 140  ==========================
  5893.  
  5894. This is disk 140 of the freely distributable AMIGA software library.
  5895. Below is a listing of the significant directories and their contents.
  5896.  
  5897.  
  5898. SBProlog    Volume 1 of the 2 volume Stony Brook Prolog (SBP)
  5899.         distribution, version 2.3.2.  This volume contains the
  5900.         executables and libraries.  Volume 2, on disk 141,
  5901.         contains the C and Prolog source code.
  5902.  
  5903.         From the SB-Prolog System, Version 2.2 User Manual:
  5904.  
  5905.         "SB-Prolog is a public-domain Prolog system for Unix(tm)
  5906.         based systems originally developed at SUNY, Stony Brook.
  5907.         The core of the system is an emulator, written in C for
  5908.         portability, of a Prolog virtual machine that is an extension
  5909.         of the Warren Abstract Machine.  The remainder of the system,
  5910.         including the translator from Prolog to the virtual machine
  5911.         instructions, is written in Prolog."
  5912.  
  5913.         In addition to providing a compiler, SB-Prolog also offers
  5914.         advanced features such as dynamic loading, mixing of compiled
  5915.         and interpreted code, macros, extension tables, a debugging
  5916.         facility offering two levels of tracing, profiling tools, and
  5917.         other utilities.
  5918.  
  5919.         Authors:  Logic Programming Group at SUNY, Stony Brook
  5920.               Amiga port by David Roch and Scott Evernden
  5921.  
  5922. ==========================  Contents of Disk 141  ==========================
  5923.  
  5924. This is disk 141 of the freely distributable AMIGA software library.
  5925. Below is a listing of the significant directories and their contents.
  5926.  
  5927.  
  5928. SBProlog    Volume 2 of the 2 volume Stony Brook Prolog (SBP)
  5929.         distribution, version 2.3.2.  This volume contains the
  5930.         C and Prolog source code.  Volume 1, on disk 140,
  5931.         contains the executables and libraries.
  5932.  
  5933.         From the SB-Prolog System, Version 2.2 User Manual:
  5934.  
  5935.         "SB-Prolog is a public-domain Prolog system for Unix(tm)
  5936.         based systems originally developed at SUNY, Stony Brook.
  5937.         The core of the system is an emulator, written in C for
  5938.         portability, of a Prolog virtual machine that is an extension
  5939.         of the Warren Abstract Machine.  The remainder of the system,
  5940.         including the translator from Prolog to the virtual machine
  5941.         instructions, is written in Prolog."
  5942.  
  5943.         In addition to providing a compiler, SB-Prolog also offers
  5944.         advanced features such as dynamic loading, mixing of compiled
  5945.         and interpreted code, macros, extension tables, a debugging
  5946.         facility offering two levels of tracing, profiling tools, and
  5947.         other utilities.
  5948.  
  5949.         Authors:  Logic Programming Group at SUNY, Stony Brook
  5950.               Amiga port by David Roch and Scott Evernden
  5951.  
  5952.  
  5953. SmallC      An Amiga port of the Small-C compiler, written by Ron
  5954.         Cain and published in Dr. Dobb's Journal, in about 1980.
  5955.         Small-C is a rather small subset of the full 'C' language.
  5956.         However, it is capable of compiling itself, and other
  5957.         small, useful programs.  Requires an assembler and linker
  5958.         to complete the package and produce working executables.
  5959.         Includes source and binary.
  5960.         Author:  Ron Cain.  Amiga port by Willi Kusche.
  5961.  
  5962. ==========================  Contents of Disk 142  ==========================
  5963.  
  5964. This is disk 142 of the freely distributable AMIGA software library.
  5965. Below is a listing of the significant directories and their contents.
  5966.  
  5967.  
  5968. Diff        A program that uses the same algorithm as the Unix
  5969.         diff program and also produces context diffs, suitable
  5970.         for use with patch.  This is the same version that was
  5971.         distributed on disk 138, but now includes the missing
  5972.         files (including source code).
  5973.         Author:  Unknown (Decus C diff)
  5974.  
  5975. FracGen     A fractal generator program that generates fractal
  5976.         pictures from "seeds" that you create.  This is
  5977.         unlike any of the other "fractal generators" I've
  5978.         seen.  It can be used to load and display previously
  5979.         created fractal pictures, modify existing fractals,
  5980.         or create your own fractals.  Version 1.1, binary
  5981.         only.
  5982.         Author:  Doug Houck
  5983.  
  5984. SciSubr     The Scientific Subroutine Package from DECUS, ported to
  5985.         the Amiga to run with Absoft Fortran.  This is a valuable
  5986.         resource of mathematical and statistical source code
  5987.         for those doing Fortran work on the Amiga.
  5988.         Author:  Unknown; ported to the Amiga by Glenn Everhart
  5989.  
  5990. ==========================  Contents of Disk 143  ==========================
  5991.  
  5992. This is disk 143 of the freely distributable AMIGA software library.
  5993. Below is a listing of the significant directories and their contents.
  5994.  
  5995.  
  5996. Rim     RIM-5 (Relational Information Manager) is a full
  5997.         relational DBMS that is suitable for VERY large
  5998.         databases using B-Tree data storage.  It has a 
  5999.         crude (by today's standards) user interface, but
  6000.         since full source code is provided, this can be
  6001.         fixed.  Versions of RIM run on a wide variety of
  6002.         systems, small and large, and produce compatible
  6003.         databases.  Also includes a built in HELP database
  6004.         and a programming language.  Full Fortran source
  6005.         code and documentation included.
  6006.         Author: Various, Amiga port by Glenn Everhart
  6007.  
  6008. ==========================  Contents of Disk 144  ==========================
  6009.  
  6010. This is disk 144 of the freely distributable AMIGA software library.
  6011. This disk contains a copy of Glenn Everhart's large and powerful
  6012. spreadsheet program called AnalytiCalc, submitted to me directly by
  6013. Glenn for inclusion in the library as an update to the version released
  6014. on disk 104.  The remainder of this file is Glenn's "Abstract.txt" file
  6015. that describes AnalytiCalc.  Source and documentation is included on the
  6016. disk in arc'd form because it otherwise would not all fit on the disk.
  6017.  
  6018. ====================
  6019.  
  6020.     AnalytiCalc Abstract:
  6021.  
  6022.     AnalytiCalc is a large and powerful spreadsheet program with
  6023. sufficient extra features to have some pretentions of acting as an
  6024. "integrated system". It is a virtual memory system supporting up to
  6025. 18000 columns and 18000 rows, multiple equations per cell, an outlining
  6026. system, built-in cell annotation, and datafile access from any cell(s)
  6027. of the sheet, plus an array of functions not present in most commercial
  6028. spreadsheets. This disk represents the third version of an initial Amiga
  6029. port of AnalytiCalc, and as such the console interface is somewhat crude and
  6030. uses a set of command files in an externally assigned area (assigned to DK:)
  6031. to handle the function keys. A custom keymap can also be used, which was
  6032. supplied in the initial version. The program comes with complete sources,
  6033. documents, and executables, and in addition with the source code for the
  6034. "auxiliary utilities" which handle DIF format conversion and character
  6035. graphics. (The executables are not adequately tested on amiga as yet, though
  6036. they work on VAX, PDP11, and IBM PC.)
  6037.         AnalytiCalc for the Amiga uses files compatible with those
  6038. for AnalytiCalc on MS-DOS, VMS, or RSX-11M or IAS. An example project
  6039. planner spreadsheet is included in the distribution to show off some of
  6040. the things you can do. More example sheets will be forthcoming in the
  6041. future. AnalytiCalc also supports matrix math, FFTs, infinite windowing,
  6042. linear regression, date arithmetic, internal and external macros, LOTS
  6043. of cell addressing modes, goal seeking in up to 8 dimensions, and more.
  6044.  
  6045.     AnalytiCalc requires perhaps 600K of RAM memory, at least one
  6046. 360K diskette drive, and AmigaDOS 1.2, plus a larger than default stack.
  6047. Display sizes supported can be up to 132 characters wide by up to 76
  6048. lines long. Sorry; I don't think AnalytiCalc supports proportional
  6049. fonts very well, though it should manage not to be totally brain damaged
  6050. with them. The manual requires an 80 column printer.
  6051.     To see the documentation you need either a printer 80 columns wide
  6052. to print it, or an 80 column screen to view it on.
  6053.  
  6054.   ** PLEASE read the README.1ST file for brief instructions on setting up
  6055.      a working AnalytiCalc disk. Please read the manual at least once over
  6056.      lightly too... ***
  6057.  
  6058.  
  6059.         SOME DO-NOT'S
  6060.  
  6061.         1.  DO NOT use AnalytiCalc until you have read the documentation.
  6062.  
  6063.         2.  DO NOT forget to make regular backup copies of your database.
  6064.  
  6065.         3.  DO NOT exit (X) the progam without saving your work if you
  6066.         want it saved. (You will be asked to confirm you really want
  6067.         to leave, however.)
  6068.  
  6069.         GETTING STARTED.
  6070.  
  6071.     See the README.1ST file!!!
  6072.  
  6073.         If you haven't already printed the documentation, please do so
  6074.         before trying to operate AnalytiCalc. Then, READ IT!  You should
  6075.         also make sure that you have placed a "write-protect" tab on your
  6076.         AnalytiCalc distribution diskettes, so that they can't be
  6077.         accidentally erased or overwritten.
  6078.  
  6079.         You should now make a copy of your AnalytiCalc disks.  These will
  6080.         also serve as your "run-time" system diskettes.
  6081.  
  6082.     De-archive AnalyExe.Arc and AnalyDoc.Arc at least onto a blank
  6083.     disk and read the document files and release notes. You'll need
  6084.     a bit of AmigaDos familiarity to set things up (read how to use
  6085.     the ASSIGN command and the SETMAP command and ASSIGN something as
  6086.     DK:; also set your stack large with the STACK command.) If you
  6087.     are using disk file memory, FACC is a good thing to use also. PLEASE
  6088.     READ THE MANUALS though, to save us all a lot of headaches.
  6089.  
  6090.         SOME MAXIMUMS AND MINIMUMS.
  6091.              Minimum RAM Memory required .....................about  600K
  6092.              Minimum Disk Drives required...............................1
  6093.              Minimum Disk Storage required...........................880K
  6094.          Number of Columns......................................18000
  6095.          Number of Rows.........................................18000
  6096.          Maximum Length of Formulas (characters)..................109
  6097.          Number of cells that can be full at once...............18000
  6098.          Number of simultaneous named areas permitted.............300
  6099.          Number of scratch cells outside spreadsheet...............60
  6100.          Precision of calculations (digits; 8 bytes used)..........16
  6101.          Total maximum storage managed (bytes)..............2,113,020
  6102.          Maximum depth of document nesting (outline processor)......4
  6103.          Maximum number of parameters varying to goal seek..........8
  6104.          Maximum record size for data files accessed as database..128
  6105.          Maximum number of files namable in one sheet.........>18000
  6106.          Maximum cell columns displayable on one screen............20
  6107.          Maximum number of rows displayable in one display.........75
  6108.          Maximum simultaneous different cell display formats per
  6109.         sheet (taken from large set)...........................76
  6110.          Length of format specification (characters)................9
  6111.  
  6112.  
  6113.         DISCLAIMER.
  6114.  
  6115.         In no event will the Author be liable to you for any damages,
  6116.         including any lost profits, lost savings or other incidental or
  6117.         consequential dmages arising out of the use of or inability to use
  6118.         these programs, even if the Author has been advised of the
  6119.         possibility of such damages, or for any claim by any other party.
  6120.  
  6121.  
  6122.         THE USER-SUPPORTED CONCEPT.
  6123.  
  6124.                                User-Supported Software
  6125.            You are encouraged to copy and share this program with others.
  6126.              If after evaluating this program you find it to be useful,
  6127.                          I trust you to send a $10.00 payment.
  6128.  
  6129.                    Glenn C. Everhart
  6130.                                25 Sleigh Ride Rd.
  6131.                    Glen Mills, Pa. 19342
  6132.  
  6133. To Be Done:
  6134. Future plans for AnalytiCalc:
  6135.     1. Allow data files to be on a logical device. (Actually, FACC
  6136.     may make this need obsolete).
  6137.     2. Fix bugs as they are discovered.
  6138.     3. Allow use on non-interlaced screens by redoing the two command
  6139.     and display windows as pseudo-requestors.
  6140.  
  6141. Auxiliary files:
  6142.     1. Check that DIFrw (DIF to or from AnalytiCalc saved format
  6143.         converter) and ACGRAF (character graphics utility) work
  6144.         as specified.
  6145.         Note: Sources to these programs, which compile and link
  6146.         cleanly on Amiga, are present here. However they are
  6147.         not yet tested, so executables are omitted.
  6148.     2. Port some of the BASIC graphics packages to Amiga. Possibly
  6149.     compile some of them.
  6150.     3. Supply the Business Expense Report, manpower planner, and
  6151.     income tax templates as extra examples. Possibly do a game of 
  6152.     LIFE template too, just for fun.
  6153.  
  6154. Other programs:
  6155.     Port the RIM relational DBMS to Amiga as a companion piece. (This
  6156.     has already been done porting from CDC to VAX to MSDOS (the last
  6157.     by me), and should be straightforward).
  6158.  
  6159. I have found that Absoft Fortran 2.3 is a stable and usable compiler and
  6160. would like to acknowledge gratefully its contribution. He who wants to
  6161. add to or modify AnalytiCalc needs Absoft Fortran 2.3 (or later, I suppose)
  6162. to build it with. Anyone who has Absoft Fortran-020 for the 68020 is
  6163. invited to recompile this program to use the faster chips. I didn't have
  6164. either money or machine to try a 68020/68881 version, but see no reason
  6165. why it would fail.
  6166.     I have also seen that there are some bugs in Absoft Fortran's
  6167. handling of con: and raw: windows which I have reported to Absoft. Hopefully
  6168. this will permit upgrading of user interface soon, as these problems are
  6169. fixed.
  6170.     (It seems that you CAN do both read and write to CON: windows in
  6171. Absoft Fortran 2.3, but you must issue a REWIND on the unit between them.
  6172. This is not always needed in V2.2, but occasionally happens. (This accounts
  6173. for the occasionally flaky behavior of DTC, which was compiled with V2.2
  6174. before I found the foregoing out.)
  6175.  
  6176.     Glenn Everhart
  6177.     6 November 1987
  6178.  
  6179.  
  6180.     Also present on the disk is DeskTop Calendar (DTC), a useful little
  6181. appointment and meeting scheduler and calendar keeper. It will work on either
  6182. interlaced screens or non-interlaced.
  6183.  
  6184.     AnalytiCalc needs more stack than the 4000 default (I use 65000
  6185. but less is probably OK). It also probably needs more than 512K of RAM
  6186. for operation as currently linked. The routines in AnalyO.Ftn can be
  6187. overlayed against each other, but this has not been done as yet. Those
  6188. desperate for a smaller executable, having Absoft's compiler, can rebuild
  6189. in this way for a smaller executable.
  6190.     Also: AnalytiCalc MUST currently run on an interlaced screen owing
  6191. to where some CON: and RAW:  windows are opened. Move the windows to fit on a
  6192. non-interlaced screen (via patching the image or editing/recompiling)
  6193. if you must run it on a noninterlaced screen.
  6194.     You must turn interlace on in Preferences and boot with that set up.
  6195. The SETLACE program will NOT create things quite right for AnalytiCalc and
  6196. you'll generate the weirdest system crashes (all the way back to Kickstart
  6197. sometimes) you ever saw if you try... just use Preferences and all will be
  6198. well... )
  6199.     Glenn Everhart
  6200.     November 6, 1987
  6201. Enjoy...
  6202.  
  6203. ==========================  Contents of Disk 145  ==========================
  6204.  
  6205. This is disk 145 of the freely distributable AMIGA software library.
  6206. Below is a listing of the significant directories and their contents.
  6207.  
  6208.  
  6209. Csh     This is a version of Matt's csh like shell which
  6210.         has been modified to provide file name completion
  6211.         and argument execution (via the grave accents
  6212.         mechanism).  Requires ARP 1.1 to run.  Binary
  6213.         only, but includes diffs for the reference 2.07
  6214.         source base.
  6215.         Author:  Matt Dillon; enhancements by Johan Widen
  6216.  
  6217. DMouse      Matt's done it again, another very useful program!
  6218.         This is a versatile screen blanker, mouse blanker,
  6219.         auto window activator, mouse accelerator, popcli
  6220.         style programmable command key, pop window to front,
  6221.         push window to back, etc, widget.  Version 1.06,
  6222.         includes source.
  6223.         Author:  Matt Dillon
  6224.  
  6225. DNet        A link protocol that provides essentially an unlimited
  6226.         number of reliable connections between processes on
  6227.         two machines, where each end of the link can be
  6228.         either an Amiga or a Unix (BSD4.3) machine.  Works
  6229.         on the Amiga with any EXEC device that looks like the
  6230.         serial.device.  Works on UNIX with tty and socket
  6231.         devices.  Achieves better than 95% average throughput
  6232.         on file transfers.  Version 1.20, includes sources
  6233.         for both the Amiga and Unix versions.
  6234.         Author:  Matt Dillon
  6235.  
  6236. Tab     A tablature writing program for the Amiga, with
  6237.         intruments for a banjo and a string guitar.
  6238.         Binary only.
  6239.         Author:  Jeff deRienzo
  6240.  
  6241. TinyProlog  VT-PROLOG is a simple prolog interpreter provided with
  6242.         full source code to encourage experimentation with
  6243.         the PROLOG language and implementations.  Version 1.1,
  6244.         includes source.
  6245.         Author:  Bill and Bev Thompson
  6246.  
  6247. ==========================  Contents of Disk 146  ==========================
  6248.  
  6249. This is disk 146 of the freely distributable AMIGA software library.
  6250. Below is a listing of the significant directories and their contents.
  6251.  
  6252.  
  6253. Blanker2    A screen blanking program that turns the screen black
  6254.         after 90 seconds of keyboard and mouse inactivity.
  6255.         Implemented as a very tiny event handler to the input
  6256.         handler event stream.  Version 1.27.88, includes source.
  6257.         Author:  Joe Hitchens
  6258.  
  6259. C-Light     A demonstration copy of a commercial ray tracing program,
  6260.         which is identical to the commercial version except that
  6261.         it has been limited to ten objects per scene.  Binary
  6262.         only.
  6263.         Author:  Ronald Peterson
  6264.  
  6265. CrcLists    Complete CRC check files for disks 129-141 and disks
  6266.         143-145 of the library, using the crc program from
  6267.         disk 133.  These were made directly from my master
  6268.         disks.  Disk 142 is omitted because of a problem
  6269.         with the crc program.
  6270.         Author:  Fred Fish
  6271.  
  6272. DmeMacros   A set of DME macros which utilize templates to turn
  6273.         DME into a language-sensitive editor for C, Pascal,
  6274.         Modula-2, and Fortran.
  6275.         Author:  Jerry Mack
  6276.  
  6277. MemoPad     A shareware intuition-based memo reminder program.
  6278.         Nicely done.  Version 1.1, binary only.
  6279.         Author:  Michael Griebling
  6280.  
  6281. ==========================  Contents of Disk 147  ==========================
  6282.  
  6283. This is disk 147 of the freely distributable AMIGA software library.
  6284. This disk contains the latest version of MicroGNUEmacs (MG 2b).  Many
  6285. additions and enhancements since the original works by Dave Conroy.  A
  6286. large amount of credit should go to the vast number of contributors and
  6287. Beta testers.
  6288.  
  6289. *Note: In order to fit all of the files on one disk and preserve the
  6290.        Workbench environment, the machine specific source code files
  6291.        and the document files have been archived.  An executable copy
  6292.        of the public domain archive program "Zoo" has been placed in
  6293.        the "c" directory for the convenience of those who may not
  6294.        already have it.
  6295.  
  6296. ==========================  Contents of Disk 148  ==========================
  6297.  
  6298. This is disk 148 of the freely distributable AMIGA software library.
  6299. Below is a listing of the significant directories and their contents.
  6300.  
  6301.  
  6302. EFJ     "Escape from Jovi"  A machine-code game featuring
  6303.         hi-res scrolling, large playfield, disk-based Hi-Score
  6304.         list, stereo sound, and multiple levels. Use a joystick
  6305.         in port 2 to control the ship.  Binary only, shareware ($8).
  6306.         Author:  Oliver Wagner
  6307.  
  6308. Fme     Nicely done map editor for the Fire-Power (tm) game. 
  6309.         Features interlaced hi-res with intuition interface.  See
  6310.         the "Readme.fnf" file for information on making a
  6311.         bootable disk.  Includes source.
  6312.         Author: Gregory MacKay
  6313.         
  6314. HandyIcons  Adds a menustrip to the WorkBench window that allows 
  6315.         you to run selected Workbench Tools by menu selection.
  6316.         Can be set up to provide custom environments.  Current
  6317.         version supports only WorkBench Tools and not Projects.
  6318.         Binary only.
  6319.         Author:  Alan Rubright
  6320.  
  6321. Scrambler   A simple program that will encode/decode a text file
  6322.         into illegible gibberish, which resembles executable code,
  6323.         to evade prying eyes.  Version 0.01, Binary only.
  6324.         Author:  Foster Hall 
  6325.  
  6326. ==========================  Contents of Disk 149  ==========================
  6327.  
  6328. This is disk 149 of the freely distributable AMIGA software library.
  6329. Below is a listing of the significant directories and their contents.
  6330.  
  6331.  
  6332. AnimalSounds    A sample of digitized animal sounds along with a simple 
  6333.         sound player.
  6334.         Authors:  The Trumor Company, Inc.
  6335.                   Sound Player by Don Pitts
  6336.  
  6337.  
  6338. DX-VoiceSorter  Written to be used with Jack Deckard's VoiceFiler program.
  6339.         (Disk 82).  It allows for the sorting of a number of
  6340.         voicefiles stored using that program into a new voicefile
  6341.         of voices made up from various files.  Includes source.
  6342.         Author:  David Bouckley
  6343.  
  6344. Keep        A nice little utility program with an intuition interface
  6345.         for BBS and network junkies who download messages in one 
  6346.         large file and then read them off-line.  Using only the
  6347.         mouse, you can drive through such files a message at a 
  6348.         time, examine each at your leisure and tag those you wish
  6349.         to keep.  Version 1.2, binary only, but source available
  6350.         with donation to author.
  6351.         Author:  Tim Grantham 
  6352.  
  6353. Less        Like Unix "more", only better, with forward and
  6354.         backward scrolling, searching and positioning by
  6355.         percent of file and line number, etc.  Now lets you
  6356.         also print the current file.  Very useful!
  6357.         This is Amiga version 1.3, an update to the version
  6358.         on disk number 92.  Includes source.
  6359.         Author:  Mark Nudelman, Amiga port by Bob Leivian
  6360.  
  6361. Scheme      To quote the ReadMe file:
  6362.         "Scheme is a statically scoped and properly tail-recursive
  6363.         dialect of the Lisp programming language invented by
  6364.         Guy Lewis Steele Jr. and Gerald Jay Sussman."
  6365.         Binary only.
  6366.         Amiga port by Ed Puckett
  6367.                     
  6368.    
  6369. ==========================  Contents of Disk 150  ==========================
  6370.  
  6371. This is disk 150 of the freely distributable AMIGA software library.
  6372. Below is a listing of the significant directories and their contents.
  6373.  
  6374.  
  6375. AirFoil     An update to the Airfoil generator on disk #71.
  6376.         Generates airfoil models as well as their corresponding
  6377.         streamline and pressure distributions.  Includes source.
  6378.         Authors:  Russell Leighton
  6379.                   Addendum by David Foster
  6380.  
  6381. DC10        An AmigaBasic DC-10 instrument flight simulator.  Appears
  6382.         to be quite in-depth with flight-planning and take-off 
  6383.         options along with an extensive documentation file.  Requires
  6384.         rebuilding on a separate disk and was successfully done so
  6385.         by following the author's instructions in the ReadMe_First
  6386.         file.
  6387.         Author: Jan Arkesteijn      
  6388.  
  6389. ExecLib     A working example of how to build and use user-defined
  6390.         disk-resident libraries.  Of special interest to developers
  6391.         working with Lattice C.  
  6392.         Author:  Alex Livshits
  6393.  
  6394. Iconizer    A utility program that saves your current mouse pointer
  6395.         to a small icon.  You can restore the pointer just by
  6396.         double-clicking on its icon.  Allows for building a whole
  6397.         library of pointers and to use them whenever you want.
  6398.         Binary only.
  6399.         Author:  Alex Livshits
  6400.  
  6401. Pilot       An implementation of the PILOT language for the Amiga, 
  6402.         including a demo done for the National Park Service.
  6403.         PILOT is a limited use language for use in educational and
  6404.         computer based instruction programs.  Binary only with Beta
  6405.         test kit available from authors.
  6406.         Author:  Terry LaGrone
  6407.  
  6408. StealMemBoot    A small utility designed to be a direct replacement for 
  6409.         NoFastMem kind of programs.  It modifies the boot block of
  6410.         a disk, so when you boot with it, all memory allocations 
  6411.         will return only CHIP memory.
  6412.         Author:  Alex Livshits
  6413.  
  6414. ==========================  Contents of Disk 151  ==========================
  6415.  
  6416. This is disk 151 of the freely distributable AMIGA software library.
  6417. Below is a listing of the significant directories and their contents.
  6418.  
  6419.  
  6420. GlobeDemo   A graphics demo which displays very smooth transitions of
  6421.         the rotating earth.  Features a pop-up menu.  Includes
  6422.         source.
  6423.         Author:  Bob Corwin
  6424.  
  6425. Icons       Yet another potpourri of interesting icons to choose
  6426.         from if you need one for your own program.
  6427.         Author:  Dave Turnock
  6428.  
  6429. Pcopy       A small intuition-based disk copier similiar to 
  6430.         the resident "DiskCopy" except with write-verify 
  6431.         and other user-selectable options.  Useful for making
  6432.         multiple copies with reliable data.  Requires two disk
  6433.         drives.  Includes source.
  6434.         Author:  Dirk Reisig
  6435.  
  6436. SCT     A CLI-based utility (SetColorTable) for displaying and/or
  6437.         setting a screen's colors.  You can save the colors
  6438.         of a screen to be restored later, or copy one screen's
  6439.         colors to another.  Includes source.
  6440.         Author:  aklevin
  6441.  
  6442. SlideShow   Very nicely done slide-show program written in assembly
  6443.         language.  Features forward/backward presentation and 
  6444.         creative screen wipes.  Currently works only with IFF
  6445.         lo-res pictures.  Executable only along with some new
  6446.         IFF pictures to have come my way.  Shareware ($16).
  6447.         Authors:  Mike McKittrick and Sheldon Templeton
  6448.  
  6449. Surveyor    A little utility that opens a window on the current 
  6450.         screen and displays information about the pointer.
  6451.         Allows for absolute or relative measurement between 
  6452.         two points on the screen.  Very handy for precise
  6453.         positioning of icons and such.  Includes source.
  6454.         Author:  Dirk Reisig
  6455.  
  6456. ==========================  Contents of Disk 152  ==========================
  6457.  
  6458. This is disk 152 of the freely distributable AMIGA software library.
  6459. Below is a listing of the significant directories and their contents.
  6460.  
  6461.  
  6462. Blk     A requester making tool employing various recursive
  6463.         algorithms including a recursive parser.  It takes input
  6464.         text files and converts them to C-source for including as
  6465.         requester declarations.  Includes source.
  6466.         Author: Stuart Ferguson
  6467.  
  6468. RunBack     A variant of Rob Peck's RunBackGround program from disk 
  6469.         number 73.  Allows you to start a new CLI program and run
  6470.         it in the background, then closes the new CLI.  This version
  6471.         automatically searches the command-search-path to find the 
  6472.         program. Includes source.
  6473.         Author:  Daniel Barrett 
  6474.  
  6475. UUCP        This is a version of uucp (Unix to Unix Copy Program)
  6476.         for the Amiga, along with some miscellaneous support
  6477.         utilities like cron, mail, and compress.  Includes source.
  6478.         Author:  Various, submitted by William Loftus
  6479.  
  6480. ==========================  Contents of Disk 153  ==========================
  6481.  
  6482. This is disk 153 of the freely distributable AMIGA software library.
  6483. Below is a listing of the significant directories and their contents.
  6484.  
  6485.  
  6486. Dme     Version 1.30 of Matt's text editor.  Dme is a simple 
  6487.         WYSIWYG editor designed for programmers.  It is not a
  6488.         WYSIWYG word processor in the traditional sense.  Features
  6489.         include arbitrary key mapping, fast scrolling, title-line
  6490.         statistics multiple windows, and ability to iconify windows.
  6491.         Update to version on disk number 134, includes source.
  6492.         Author:  Matt Dillon
  6493.         
  6494. HP11        Emulates an HP11C calculator including the program mode.
  6495.         Features an ON/OFF button that turns the calculator into
  6496.         an icon that will sit and wait until you need it again.
  6497.         Documentation on the features is scarce, perhaps some 
  6498.         industrious HP owner could write a small tutorial for the
  6499.         benefit of those that don't own an HP calculator.
  6500.         Binary only.
  6501.         Author:  David Gay
  6502.  
  6503. HPMam       A program to manipulate settings and fonts on HP LaserJet+
  6504.         printers and compatibles. Includes an Intuition interface
  6505.         and some sample picture files.  Version 1.0, binary only,
  6506.         shareware.
  6507.         Author:  Steve Robb
  6508.  
  6509. Synthemania An interesting, very small (and very persistent!) musical
  6510.         piece. If you plan on stopping it without using three 
  6511.         fingers, you better read the document file first!
  6512.         Binary only.
  6513.         Author:  Holger Lubitz 
  6514.  
  6515. ==========================  Contents of Disk 154  ==========================
  6516.  
  6517. This is disk 154 of the freely distributable AMIGA software library.
  6518. Below is a listing of the significant directories and their contents.
  6519.  
  6520.  
  6521. Ada     An Ada Syntax checker for the amiga.  Includes lex and
  6522.         yacc source.
  6523.         Author:  Herman Fischer; updates by William Loftus
  6524.  
  6525. AssemblyDemos   A interesting group of assembly language demos for your 
  6526.         visual and aural pleasure.  Binary only.
  6527.         Author:  Foster Hall
  6528.  
  6529. DiskLib     Two utilities for those people who like to split up PD
  6530.         disks into disks of different categories.  Includes source.  
  6531.         Author:  Wilson Snyder
  6532.  
  6533. Guardian    Another virus diagnosing and vaccination program.
  6534.         Recognizes any non-standard bootblock.  Includes a
  6535.         small utility program to permanently place the program
  6536.         on a copy of your kickstart disk in place of the seldom
  6537.         (if ever!) used Debug() function.  Binary only.
  6538.         Author:  Leonardo Fei
  6539.  
  6540. PrintSpool  A print-spooling program.  Very useful for printing files
  6541.         in the background.  Many command-line options.  Version
  6542.         1.0.0, Includes source.
  6543.         Author:  Frangois Gagnon
  6544.  
  6545. Utilities   A group of four little utility programs, Cal, Undelete
  6546.         DClock and WhereIs.  Binary only, see the ReadMe file for a 
  6547.         description of each.
  6548.         Author:  Dan Schein
  6549.  
  6550. VirusX      An update to the virus-detecting program of the same 
  6551.         name on disk number 137.  This version also checks for
  6552.         the Byte-Bandit strain.  Version 1.21, Includes source.
  6553.         Author:  Steve Tibbett
  6554.  
  6555. Virus_Alert!    Yet another anti-virus program with a twist.  Once
  6556.         installed a message is displayed just after a warm or
  6557.         cold boot notifying the the user  that the disk and
  6558.         memory are virus-free, and forcing a mouse-button press
  6559.         before continuing.  Anything writing to the bootblock
  6560.         thereafter will destroy the message and a normal virus-
  6561.         infected boot (???) will take-place.  Versions 1.01 and
  6562.         2.01, Binary only.
  6563.         Author:  Foster Hall
  6564.  
  6565. Wicon       A "Window Iconifier".  Allows you to turn your windows
  6566.         into small icons which can be later recalled.   Currently
  6567.         installed with MacWin to give your windows a "rubber-
  6568.         banding" effect.  Version 1.14, Includes source.
  6569.         Author:  Steven Sweeting
  6570.  
  6571. ==========================  Contents of Disk 155  ==========================
  6572.  
  6573. This is disk 155 of the freely distributable AMIGA software library.
  6574. Below is a listing of the significant directories and their contents.
  6575.  
  6576.  
  6577. AsmExamples A couple of assembly code examples.  Executables are 
  6578.         not extremely useful but the code might be of 
  6579.         considerable benefit to beginning assembly language
  6580.         programmers.  
  6581.         Author:  Henrik Clausen
  6582.  
  6583. Bison       A replacement for unix "yacc" command.  This is from
  6584.         the GNU (GNU is Not Unix) effort.  Contains updates
  6585.         to the version on disk number 136, submitted by two  
  6586.         separate sources.  Includes source.
  6587.         Author:  Bob Corbett and Richard Stallman, updates
  6588.              by William Loftus and Scott Henry
  6589.         
  6590. NoSmoking   Sample program showing the use of a recoverable alert
  6591.         while displaying a personal health message.  Includes
  6592.         source.  
  6593.         Author:  Theo Kermanidis
  6594.  
  6595. Scenery     A very nice assembly language random scenery generator.
  6596.         Generates very realistic looking landscapes.  Includes 
  6597.         intuition interface and lots of menu options.  Version
  6598.         1.0, binary only.
  6599.         Author:  Brett Casebolt
  6600.  
  6601. ==========================  Contents of Disk 156  ==========================
  6602.  
  6603. This is disk 156 of the freely distributable AMIGA software library.
  6604. Below is a listing of the significant directories and their contents.
  6605.  
  6606.  
  6607. Blocks2     Amusing and colorful display of a moving trail of 
  6608.         "blocks".  Update to version on disk number 71, however
  6609.         this version also includes source.
  6610.         Author:  Gary Walker
  6611.  
  6612. Flex        Flex is a replacement for the UNIX "lex" (lexical
  6613.         analyzer generator) program that is faster than
  6614.         lex, and freely redistributable.  Includes source.
  6615.         Authors:  Jef Poskanzer, Vern Paxson, et. al.
  6616.               Submissions by William Loftus and Scott Henry
  6617.  
  6618. Go64        Another screen hack aimed at an earlier Commodore product
  6619.         (Not to be confused with the commercial product Go-64! from
  6620.         Software Insight Systems).  Includes source.
  6621.         Author:  Joerg Anslik
  6622.  
  6623. Grammars    A group of lexical grammar files for Ada, C and Pascal for 
  6624.         use in conjunction with the flex program on this disk and 
  6625.         the bison program on disk #155
  6626.         Authors:  Various, submitted by William Loftus
  6627.  
  6628. OOPS!       Tired of the monochrome background color of your Workbench
  6629.         or CLI?  Then try this colorful screen hack to brighten 
  6630.         things up!  Includes source.
  6631.         Author:  Joerg Anslik
  6632.  
  6633. ==========================  Contents of Disk 157  ==========================
  6634.  
  6635. This is disk 157 of the freely distributable AMIGA software library.
  6636. Below is a listing of the significant directories and their contents.
  6637.  
  6638. 60or80      A small utility to toggle the 60/80 column text modes
  6639.         without having to go through preferences.  Works from
  6640.         either the CLI or the Workbench.  Includes source.
  6641.         Author:  Mark Schretlen
  6642.  
  6643. AmicForm    Creates a phonebook containing only those areacodes and
  6644.         exchanges reachable through PC-Pursuit. Input any of Chet
  6645.         Solace's Finalist BBS lists and it creates the phonebook
  6646.         in a form usable by AmicTerm and a number of other popular
  6647.         terminal programs.  Version 1.3, Binary only.
  6648.         Author:  John Motsinger
  6649.  
  6650. AnimBalls   A nifty little animation program that allows you to 
  6651.         create a collection of balls in three-space and then
  6652.         interactively rotate them in real time using the mouse.
  6653.         Includes source.
  6654.         Author:  Jim Guilford
  6655.  
  6656. BootBack    A handy little utility to copy and save the boot block
  6657.         from a disk, then later restore it should the disk 
  6658.         get stomped on by some ugly virus.  Includes source.
  6659.         Author:  David Joiner
  6660.  
  6661. ECPM        A CP/M emulator for the Amiga.  Emulates an 8080
  6662.         along with H19 terminal emulation. Update from version
  6663.         on disk number 109.  Includes source.
  6664.         Author:  Jim Cathey; Amiga port by Charlie Gibbs;
  6665.              Significant improvements by Willi Kusche
  6666.  
  6667. KeyFiler    A BBS message file sorter that allows sorting by keyword. 
  6668.         Includes a textreader, Soundex matching, and limited
  6669.         wildcard capabilities.  Version 1.0, Binary only.
  6670.         Author:  John Motsinger
  6671.  
  6672. ScreenZap   A little utility to clean away screens that are left
  6673.         by ill-behaving programs.  It will kill every screen
  6674.         behind the WorkBench, noting how many it gets. The
  6675.         screens in front of WB are not affected.  Includes
  6676.         source.
  6677.         Author:  Lars Clausen
  6678.  
  6679. SetPrefs    Allows you to build a whole library of preference settings
  6680.         and instantly switch back and forth between them.  Affects
  6681.         all preference settings not just the colors.  Very useful 
  6682.         for machines with multiple users or multiple external
  6683.         devices.  Includes Amiga's default and various sample
  6684.         preference settings.  Binary only.
  6685.         Author:  Martin Hippele
  6686.  
  6687. Xicon       Xicon lets you use icons to call up scripts containing CLI
  6688.         commands.  This is version 2.01, an update to the version
  6689.         on disk 102.  Includes source.
  6690.         Author:  Pete Goodeve
  6691.         
  6692. ==========================  Contents of Disk 158  ==========================
  6693.  
  6694. This is disk 158 of the freely distributable AMIGA software library.
  6695. Below is a listing of the significant directories and their contents.
  6696.  
  6697.  
  6698. DiskX       Nicely done Sector-based disk editor.  Binary only
  6699.         Author:  Steve Tibbett
  6700.  
  6701. MemBoardTest    Originally designed for production testing of A1000 memory
  6702.         boards. Very nice intuition interface.  Version 2.4,
  6703.         Includes source in Modula. 
  6704.         Author:  George Vokalek
  6705.  
  6706. MSDOS       A program to list files written in standard MS-Dos or
  6707.         Atari ST format.  The files can then be copied to Ram and 
  6708.         rewritten to disk in Amiga-Dos format.  Binary only, 
  6709.         Shareware, Version 0.1.
  6710.         Author:  Frank Wübbeling
  6711.  
  6712. PCBTool     An early version of a shareware PC Board layout program
  6713.         Lots of options including variable size pads and traces,
  6714.         grids, grid snap, layers, zoom, selectable centering,
  6715.         text and more.  This version does not support printer/
  6716.         plotter dumps or libraries.  Version 2.6, binary only.
  6717.         Author:  George Vokalek
  6718.  
  6719. ScreenX     A handy little background utility that provides a small
  6720.         clock/memory counter in its inactive mode and a versatile
  6721.         screen manipulator when called upon.  Binary only with
  6722.         source available from author, Version 2.1.  
  6723.         Author:  Steve Tibbett
  6724.  
  6725. TaskX       A "real-time" task editor.  Lets you list and set the 
  6726.         priorities of all the currently running tasks.  Binary
  6727.         only, Version 2.0. 
  6728.         Author:  Steve Tibbett
  6729.  
  6730. VirusX      Update to the version on disk number 154, checks for 
  6731.         a couple of additional new strains.  Includes source,
  6732.         Version 1.6.
  6733.         Author:  Steve Tibbett
  6734.     
  6735. YachtC3     Update to the Yachtc program on disk #10, contains some fixes
  6736.         and incorporates a simple sound process.  Version 3, includes
  6737.         source.
  6738.         Author:  Sheldon Leemon, with enhancements by Mark Schretlen
  6739.  
  6740. ==========================  Contents of Disk 159  ==========================
  6741.  
  6742. This is disk 159 of the freely distributable AMIGA software library.
  6743. Below is a listing of the significant directories and their contents.
  6744.  
  6745.  
  6746. Free        A little command to put in your c directory that returns
  6747.         memory status and number of tasks currently served by EXEC.
  6748.         Includes source.
  6749.         Author:  Joerg Anslik
  6750.  
  6751. MidiTools   A group of several different utility programs for those
  6752.         who run a Midi system.  Binary only.
  6753.         Author:  Jack Deckard
  6754.  
  6755. StarChart   Nicely done intuition based program to display and identify
  6756.         about 600 stars, galaxies and nebulae visible in the Northern
  6757.         hemisphere.  Version 1.2, includes source.
  6758.         Author:  Ray R. Larson
  6759.  
  6760. TaskControl Nicely done task-handling program allowing you to put to 
  6761.         sleep, kill or change priorities of the all the currently
  6762.         loaded tasks.  Also potentially GURU-producing, so be careful
  6763.         what tasks you kill, change priorities of, etc.  Handy window
  6764.         sizer will reduce it almost to an icon to hang around until
  6765.         you want to use it.  Binary only.
  6766.         Author:  J. Martin Hippele
  6767.  
  6768. TUC     "The Ultimate Clock".  Another window title clock/memory 
  6769.         minder.  This one is in 132 columns!  Also gives the free 
  6770.         memory on drives DF0, DF1 & DF2.  Includes source.
  6771.         Author:  Joerg Anslik 
  6772. ==========================  Contents of Disk 160  ==========================
  6773.  
  6774. This is disk 160 of the freely distributable AMIGA software library.
  6775. Below is a listing of the significant directories and their contents.
  6776.  
  6777.  
  6778. Calls       A little utility to help analyze the flow of a C-program by
  6779.         laying out the functions called in a hierarchical manner.
  6780.         Author:  Originally from Usenet with major revisions by
  6781.              Kevin Braunsdorf, Amiga port by George MacDonald
  6782.  
  6783. Check       A useful little utility for finding structural errors
  6784.         in C-source code.  Many command-line options.  Version
  6785.         1.03, binary only.
  6786.         Author:  Keith Elbertson
  6787.  
  6788. Dis     A 68000 disassembler, written in assembly, this is an update
  6789.         to the version on disk #128.  Includes source.
  6790.         Author:  Greg Lee with enhancements by Willi Kusche
  6791.   
  6792. DMouse      A versatile screen & mouse blanker, auto window activator,
  6793.         mouse accelerator, popcli, pop window to front, push
  6794.         window to back, etc, widget.  Version 1.09, includes source.
  6795.         Update to version on disk number 145.
  6796.         Author:  Matt Dillon
  6797.  
  6798. DWIP        "Daisy Wheel IFF Printer".  A graphics printing utility
  6799.         that allows the printing of IFF pictures on a daisy wheel
  6800.         printer.  Includes source.
  6801.         Author:  Ken Van Camp
  6802.  
  6803. M4      A UNIX M4 look-alike macro processor intended as a
  6804.             front end for Ratfor, Pascal, and other languages that do
  6805.             not have a built-in macro processing capability.  Pd M4
  6806.             reads standard input, the processed text is written on the
  6807.             standard output.
  6808.         Author:  Ozan S. Yigit (oz)
  6809.  
  6810. MemoPad     A shareware intuition-based memo reminder program.
  6811.         Nicely done.  Update to version on disk #146, version
  6812.         1.2, binary only.
  6813.         Author:  Michael Griebling
  6814.         
  6815. NeuralNets  A neural network example using the generalized back-
  6816.         propagation delta rule for learning, specifically applied
  6817.         to the tabula rasa Little Red Riding Hood instance. 
  6818.         Author:  Josiah C. Hoskins 
  6819.  
  6820. ==========================  Contents of Disk 161  ==========================
  6821.  
  6822. This is disk 161 of the freely distributable AMIGA software library.
  6823. Below is a listing of the significant directories and their contents.
  6824.  
  6825.  
  6826. Friends     Cute little screen hack with command-line options to keep
  6827.         your mouse pointer company when you step away.  Includes
  6828.         source.
  6829.         Author:  Michael Warner 
  6830.  
  6831. Getsprite   A simple little program to convert Dpaint brushes into 
  6832.         C-source.  Binary only.
  6833.         Author:  Michael Warner
  6834.  
  6835. IncRev      A handy little program that will automatically increment
  6836.         the revision number of a program every time it is recompiled.
  6837.         Binary only.
  6838.         Author:  Bryan Ford 
  6839.  
  6840. LGZ     A Map generator/editor for the LGZ game.  Not extremely 
  6841.         useful if you don't happen to play that game, but good 
  6842.         source example of intuition interfacing.  Vesion 0.1.
  6843.         Authors:  Lars and Henrik Clausen
  6844.  
  6845. Mackie      A versatile cli/macro-key initiator based on POPCLI with
  6846.         a unique method of "screen-blanking".  I won't say more,
  6847.         just try it!  Version 1.1, includes source.
  6848.         Author:  Thomas Rokicki
  6849.  
  6850. Nag     A shareware appointment calendar with it's own editor and a
  6851.         unique 'nagging' feature utilizing the Amiga's voice and
  6852.         audio devices.  Version 1.6, binary only.
  6853.         Author:  Richard Lee Stockton   
  6854.  
  6855. Perl        Practical Extraction and Report Language, an interpreted
  6856.         language optimized for scanning arbitrary text files,
  6857.         extracting information from those text files, and printing
  6858.         reports based on that information.
  6859.         Author:  Larry Wall
  6860.  
  6861. VRTest      Another anti-virus utility that allows visual inspection
  6862.         of ram starting a $7E7FE, ram cleaning, bootblock 
  6863.         inspection and vector monitoring/reseting.  Written 
  6864.         entirely in assembly language.  Version 3.2, binary only.
  6865.         Author:  Babar Khan
  6866.  
  6867. XBoot       A very simple utility to convert a boot block into an 
  6868.         executable file so you can use your favorite debugger
  6869.         (Wack, Dis, etc.) to study it.  Includes source.
  6870.         Author:  Francois Rouaix
  6871.  
  6872. ==========================  Contents of Disk 162  ==========================
  6873.  
  6874. This is disk 162 of the freely distributable AMIGA software library.
  6875. Below is a listing of the significant directories and their contents.
  6876.  
  6877.  
  6878. Avi     A workalike version of the UNIX vi editor for the amiga.
  6879.         Though not especially recommended for beginners, designed
  6880.         for those of you who may have the vi commands permanently
  6881.         hard-coded into your fingertips!  Version 1.0, binary only.
  6882.         Author:  Peter Nestor
  6883.  
  6884. CLI_Utilities   This directory contains several subdirectories with 
  6885.         small utilities, collected from various sources,
  6886.         that are only usable from the CLI.  See the Readme
  6887.         file for further information.  Some include source.
  6888.         Author:  Various
  6889.  
  6890. Dark        A small graphics and animation demo.  Includes source.
  6891.         Author:  Phil Robertson
  6892.  
  6893. Flow2Troff  A little utility to convert from New Horizons Software 
  6894.         "FLOW" files to UNIX "troff" files, suitable for printing
  6895.         on any troff-compatible laser printer.  Version 1.0,
  6896.         includes source and a sample "FLOW" file.
  6897.         Author:  Daniel Barrett
  6898.  
  6899. LabyrinthII A shareware role-playing text adventure game similar in 
  6900.         operation to the Infocom text adventures.  Includes source.
  6901.         Author:  Russell Wallace
  6902.  
  6903. Iffar       Maintains archives of Interchange File Format (IFF) FORM,
  6904.         CAT and LIST  files in a manner  that complies with the
  6905.         IFF CAT specification.  Version 1.2, includes source.
  6906.         Author:  Karl Lehenbauer
  6907.  
  6908. SetPALorNTSC    A couple of utility programs for testing the suitability
  6909.         of a developed program in either the PAL or NTSC
  6910.         environments.  Includes source and a sample program.
  6911.         Author:  Peter Kittel
  6912.  
  6913. TES     "The Electronic Slave" adds a gadget strip to the top of
  6914.         the cli window to perform such functions as device 
  6915.         directories, info, run ED, and time.  Currently, assignments
  6916.         are hardcoded but not difficult to change if you own a 
  6917.         compiler.  Version 1.1, includes source.
  6918.         Author:  Joerg Anslik 
  6919.         
  6920. UnknownGirl Another small musical piece similar in execution to
  6921.         "Synthemania" on disk number 153.  Binary only.
  6922.         Author:  Holger Lubitz
  6923.  
  6924. ==========================  Contents of Disk 163  ==========================
  6925.  
  6926. This is disk 163 of the freely distributable AMIGA software library.
  6927. Below is a listing of the significant directories and their contents.
  6928.  
  6929.  
  6930. Bankn       A complete checkbook system offered by the author as
  6931.         shareware.   Update to version on disk number 120.
  6932.         Version 1.5, binary only.
  6933.         Author:  Hal Carter
  6934.  
  6935. FiveInLine  A board-playing game similiar to Go-Moku, Ristinolla, etc.
  6936.         Fast-paced and quickly addictive!  Includes source.
  6937.         Author:  Njål Fisketjøn  
  6938.  
  6939. MachII      A "mouse accelerator" program that also includes hotkeys,
  6940.         the features of sun mouse, clicktofront, popcli, title bar
  6941.         clock with a bbs online charge accumulator, and more. 
  6942.         Update to version on disk number 130.  Version 2.4c, binary
  6943.         only.
  6944.         Author:  Brian Moats
  6945.  
  6946. MemTrace    Routines to help debug memory allocation and freeing during
  6947.         program development.   Will complain if you try to free 
  6948.         memory you didn't allocate and will report on memory not
  6949.         freed when your program finishes.
  6950.         Author:  Jojo Wesener
  6951.   
  6952. PcPatch     Patches for PCCopy and PCFormat from the 'EXTRAS 1.2' disk,
  6953.         to allow reading/writing/formatting 3.5 inch 360k (2 sides/
  6954.         40 Tracks/9 sectors) MS-DOS disks.
  6955.         Author:  Werner Guenther
  6956.  
  6957. ReadmeMaster    A nifty little database for finding those programs that 
  6958.         you know exist somewhere (???) in the AmigaLibDisk library.
  6959.         Maintains a key-word dictionary of the Contents descriptions
  6960.         that allows searching by disk number, program title, author's
  6961.         name, or some other descriptive word.  Currently supports
  6962.         disks 1-154 with planned updates from the author.  Binary
  6963.         only. 
  6964.         Author:  Harold Morash
  6965.  
  6966. View        A mouse-oriented text file reader.  Sample operation is 
  6967.         demonstrated in reading the View.doc file, instead of using 
  6968.         the usual "Less" text file reader.
  6969.         Author:  Bryan Ford
  6970.  
  6971. ==========================  Contents of Disk 164  ==========================
  6972.  
  6973. This is disk 164 of the freely distributable AMIGA software library.
  6974. Below is a listing of the significant directories and their contents.
  6975.  
  6976.  
  6977. C-Functions A group of four little C-functions to add to your library to
  6978.         make your programming life a little easier.  Includes source
  6979.         and a small demo program showing some of the results. 
  6980.         Author:  Lars Thuring
  6981.   
  6982. DiskSalv    Very useful program to recover files from a trashed AmigaDOS
  6983.         disk.  Can also "undelete" files deleted by mistake, so long
  6984.         as they have not overwritten by further disk activity.
  6985.         Requires two disk drives.  Many enhancements since the
  6986.         original version on disk #20.  Version 1.3, Binary only
  6987.         Author:  Dave Haynie
  6988.  
  6989. Hed     A handy little editor that is more user-friendly than 
  6990.         "Ed", yet doesn't require the memorization of complicated
  6991.         keystrokes of some of the larger, more powerful, editors.
  6992.         Binary only.
  6993.         Author:  Hal Carter
  6994.  
  6995. Newton      Uses the "Newtons Method" algorithm to estimate both real
  6996.         and imaginary roots of a polynomial of degree 20 or less.
  6997.         Version 1.0, includes source.
  6998.         Author:  Daniel Barrett
  6999.  
  7000. NewZAP      A third-generation multi-purpose file sector editing utility,
  7001.         from the author of FileZAP.  Displays and edits full 512-byte
  7002.         sectors via a 106 character wide internal font.  Includes
  7003.         a search feature to find specific strings or hex digits, 
  7004.         forwards or backwards.  Update to version on disk #58.
  7005.         Version 3.18, Binary only.
  7006.         Author:  John Hodgson
  7007.     
  7008. PcView      Provides the PC community with the opportunity to display
  7009.         IFF pictures to the best of EGA's ability.  Displays Amiga
  7010.         pics, IBM-PC Deluxe Paint Pics, Apple II-GS Deluxe Paint
  7011.         Pics, and others in the IFF standard format.  Includes
  7012.         source.
  7013.         Author:  John Hodgson
  7014.         
  7015. PolyRoot    Another Polynomial root-finder using the Newtonian algorithm.
  7016.         Nicely done in AmigaBasic with good documentation file.
  7017.         Version 2.00.
  7018.         Author:  Jon Giorgini
  7019.  
  7020. PrtDrivers  A couple of new Printer Drivers.  One for Digital Equipment's
  7021.         LN03+ laser printer, and one for Mannesmann Tally's MT420d
  7022.         dot matrix.
  7023.         Authors:  DEC LN03 -- Bernie Mentink
  7024.               MT420d -- Sascha Wildner
  7025.  
  7026. Zoo     A file archiver, much like "arc" in concept, but different
  7027.         in implementation and user interface details.  Includes
  7028.         some nice features that "arc" lacks (such as file/path
  7029.         names up to 255 characters in length).  This is version
  7030.         2.00, an update to the version released on disk 136.
  7031.         Binary only.
  7032.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  7033.  
  7034. ==========================  Contents of Disk 165  ==========================
  7035.  
  7036. This is disk 165 of the freely distributable AMIGA software library.
  7037. Below is a listing of the significant directories and their contents.
  7038.  
  7039.  
  7040. Conman      Extremely useful replacement for the standard console
  7041.         handler, provides line editing and command line histories.
  7042.         Completely transparent to any application program
  7043.         that uses CON: windows.  This program is shareware, and well
  7044.         worth a donation to the author.  Version 1.3, binary only,
  7045.         update to version on disk 133. 
  7046.         Author:  William Hawes
  7047.  
  7048. CPM     Another CP/M emulator independently authored from the version
  7049.         that appeared on disk #157.  Emulates a CPM computer with a
  7050.         Z80 processor connected to an ADM3A terminal.  Assembly
  7051.         source included. 
  7052.         Author:  Ulf Nordquist
  7053.  
  7054. Parsnag     A program to aid in performing color separations on Epson
  7055.         JX-80 printers.  Includes source. 
  7056.         Author:  John Hodgson 
  7057.  
  7058. PlotView    A couple of programs, Plotview and Plot2Am, for viewing
  7059.         UNIX plot files.  Also included are two sub-directories:
  7060.         Plot -- a device independent plotting package for the Amiga,
  7061.         compatible with the UNIX plot subroutine package and 
  7062.         Plot2Tek -- converts UNIX plot format files to Tektronix
  7063.         410x terminal graphic commands.  Source included.
  7064.         Author:  Joel Swank
  7065.  
  7066. RamCopy     A copy program designed for machines with 1 meg or more
  7067.         of Ram and only one disk drive.  Allows you to copy a 
  7068.         complete disk in only one pass.
  7069.         Author:  Stephen Gunn
  7070.         
  7071. SPUDclock   A simple program that uses the narrator device to speak the 
  7072.         time at certain user specified intervals.  Lots of command
  7073.         line options.  Version 1.2, includes source.
  7074.         Authors:  Robert E. Beaty and H. Bret Young
  7075.  
  7076. ==========================  Contents of Disk 166  ==========================
  7077.  
  7078. This is disk 166 of the freely distributable AMIGA software library.
  7079. Below is a listing of the significant directories and their contents.
  7080.  
  7081.  
  7082. AutoGraf    Collects and graphically displays information on auto
  7083.         mileage.  Features such as miles per gallon, cost per 
  7084.         mile, miles driven, highs, lows, averages, etc.  Includes
  7085.         sample data file, a couple utility programs and source.
  7086.         Version 1.0
  7087.         Author:  Joel Swank
  7088.  
  7089. Cref        A C cross referencer program.  Prints out your code with
  7090.         line-numbers and complete key-word cross-referencing.
  7091.         Update from version on disk #103 which had a serious
  7092.         bug.  Includes source.
  7093.         Author:  Mike Edmonds; Amiga port by Joel Swank
  7094.  
  7095. MultiCalc   Yet another RPN type graphic calculator.  This one 
  7096.         generates answers with extreme precision (if 3000 digits
  7097.         is enough!)  Features a 48-digit scrollable display, mouse
  7098.         driven with lots of keyboard shortcuts, and iconification
  7099.         during non-use.  Binary only.
  7100.         Author:  Kenneth Johnson
  7101.  
  7102. Stevie      A public domain clone of the UNIX 'vi' editor.  Supports
  7103.         window-sizing, arrow keys, and the help key.  Version 3.10a,
  7104.         includes source. 
  7105.         Author: Various, Amiga port by Tony Andrews
  7106.         
  7107. ==========================  Contents of Disk 167  ==========================
  7108.  
  7109. This is disk 167 of the freely distributable AMIGA software library.
  7110. Below is a listing of the significant directories and their contents.
  7111.  
  7112.  
  7113. CDecl       English to C (and vice versa) translator for C
  7114.         declarations.  This little gem will translate english
  7115.         such as "declare foo as pointer to function returning
  7116.         pointer to array 10 of pointer to long" into
  7117.         "long *(*(*foo)())[10]", and vice versa.  Update from
  7118.         version on disk number 114. Includes source.
  7119.         Author:  Graham Ross with enhancements by David Wolverton,
  7120.              Tony Hansen, Merlyn LeRoy, Udi Finkelstein and
  7121.              probably others!
  7122.  
  7123. CLIcon      Allows you to run cli programs from the workbench, similar 
  7124.         in operation to IconExec, but more versatile.
  7125.         Author:  Bryan Ford
  7126.  
  7127. CloseMe     Another ingenious perversion in the screen hack category.
  7128.         Don't miss this one...surely destined to become a classic!
  7129.         Includes source.
  7130.         Author:  Charlie Gibbs
  7131.  
  7132. DSM     (Dynamic Sound Machine) Demo version with "Save" disabled
  7133.         of a program that will take any IFF sound or raw data and
  7134.         save it as a totally self-contained, runable program.
  7135.         Author:  Foster Hall
  7136.  
  7137. MRPrint     A cli-based text file printing utility with lots of nice
  7138.         features, including tab-to-space expansion, page headers,
  7139.         line numbers, margin control with line-splitting and
  7140.         pagination correction, ARP wildcard support, and auto-
  7141.         rejection of files containing binary characters. 
  7142.         Version 3.1, Includes source.
  7143.         Author:  Mark Rinfret
  7144.             
  7145. Smus3.6a    An enhanced version of the smus player that last appeared
  7146.         on disk number 58.
  7147.         Author:  John Hodgson
  7148.  
  7149. Sounddemos      Some very nice demos for showing off the incredible audio
  7150.         power of the Amiga!.  100% assembly language, make sure
  7151.         you have the stereo connected for these!
  7152.         Author:  Foster Hall
  7153.    
  7154. ==========================  Contents of Disk 168  ==========================
  7155.  
  7156. This is disk 168 of the freely distributable AMIGA software library.
  7157. This is the also the first disk of a two disk "Matt Dillion special"
  7158. containing binaries and sources to the latest versions of a great deal
  7159. of Matt's many programs.  For a complete listing of the programs on these
  7160. two disks, see the file called "README".  Because of the nature of Matt's
  7161. programs and the need for his support libraries to recreate many of his
  7162. programs, I opted to keep these disks pretty much as Matt sent them to me,
  7163. rather than follow the usual AmigaLibDisk format of binaries and sources
  7164. in one directory.  This would have undoubtedly increased this to a three
  7165. disk set.  Please note that if you plan on recreating any of these programs,
  7166. then it is quite possible that you will need information from both disks. 
  7167.         
  7168. -Fred  ><>
  7169.  18-Nov-88
  7170.  
  7171. ======================================================================
  7172.  
  7173.                  README
  7174.  
  7175.                   Matthew Dillon
  7176.                   891 Regal Rd.
  7177.                   Berkeley, Ca. 94708
  7178.                   USA
  7179.  
  7180.                dillon@ucbvax.berkeley.edu   INTERNET
  7181.                  ....!ucbvax!dillon     USENET
  7182.  
  7183.                    FISH RELEASE
  7184.                   16 August 1988
  7185.  
  7186.     (c)Copyright 1988 Matthew Dillon, All Rights reserved.  All software
  7187.     on these disks which is mine may be distributed for non-profit
  7188.     only.  This software is 'freeware', NOT public domain since I hold
  7189.     the copyright on it. Terms are:
  7190.  
  7191.     -You may redistribute any of the programs and/or source files
  7192.      but you may not distribute modified versions of said to the
  7193.      general public (i.e. BBS's, USENET, etc....).  Redistribution is
  7194.      for non-profit only.
  7195.  
  7196.     -You may extract and use any part of the source without strings
  7197.      attached as long as the programs you write with it are not an
  7198.      attempt to create an enhanced version of the program you extracted
  7199.      the source from.
  7200.  
  7201.     -I am NOT requesting $$ (this is not ShareWare), but then again,
  7202.      I am not so foolish as to not include my address in case anybody
  7203.      feels the urge.
  7204.  
  7205.  
  7206.     These two disks contain binaries and sources to the latest release of
  7207.     quite a bunch of my programs.  Many are updates to older versions and
  7208.     some are new.  The two major additions that are noteworthy are
  7209.     DRES.LIBRARY and BACKUP.
  7210.  
  7211.     Note that to compile various programs you must have a working SUP32.LIB,
  7212.     DRES.LIB, and DRES.LIBRARY.  Also a new include subdirectory, local,
  7213.     must be installed. Only DRES.LIBRARY is independant while the other two
  7214.     (binaries) require Aztec C V3.6 ... you have to recompile for other
  7215.     versions of Aztec C.  With a bit of hacking a good programmer would be
  7216.     able to set up an enviroment for Lattice C.  Of particular attention to
  7217.     somebody trying to do this is the modification of the LIBREF program to
  7218.     generate Lattice compatible assembly (in the DRES source section).
  7219.  
  7220.     Noted programs which are missing:   DNET, and DTERM are not ready for
  7221.     re-release yet.
  7222.  
  7223.  
  7224.     CONFIG  V1.00   Used to configure friendly programs like DME for
  7225.             the initial window placement (configures the
  7226.             executable)
  7227.  
  7228.     Clock   V1.00   Simple clock, configurable with config.
  7229.  
  7230.     DME     V1.31   My programming oriented editor
  7231.  
  7232.     DMouse  V1.10   mouse enhancer .. acceleration, blanking, etc...
  7233.             (now handles requesters better w/ auto-activate)
  7234.  
  7235.     Backup  V2.01   HD backup/restore (same program just renamed)
  7236.  
  7237.     SUPLIB      Support (link time) library required to compile
  7238.             my programs.
  7239.  
  7240.     LIBREF      Utility for generating run-time library link library
  7241.             assembly files, lvo.asm, and the run-time library's
  7242.             vector list.  See the DRES source for usage.
  7243.             Currently very Aztec in terms of what it generates.
  7244.  
  7245.     DRES    V1      Support (run time) library w/ lots of functions
  7246.             including a generic parser and IPC.
  7247.  
  7248.     DASM    V2.11   Small-systems assembler.  Handles 6502 and some of
  7249.             the Motorola single chip microcomputers.  Generates
  7250.             code (not object module oriented).
  7251.  
  7252.     FTOHEX      Part of DASM used to convert a DASM executable into
  7253.             an intel-hex formatted ascii file.
  7254.  
  7255.     FILES   V1.2    My disk catalog program.  Haven't enhanced it much
  7256.             but did fix some bugs.
  7257.  
  7258.     SHELL   V2.10   Added enviroment variable support and some other
  7259.             junk.  Use ConMan if you want command line editing,
  7260.             I do (it should not be a function of the shell and
  7261.             it isn't in mine).
  7262.  
  7263.     FINDIT  V1.00   Search for a filename (wildcard)
  7264.  
  7265.     LIBS    V1.00   list libraries/devices in ram or attempt to remove
  7266.             libraries.
  7267.  
  7268.     SCAT    V1.00   Utility to 'cat' binaries without blowing up the
  7269.             display
  7270.  
  7271.     ADDCR   V1.00   Utility to add CR's before LF's in files
  7272.  
  7273.     REMCR   V1.00   Utility to remove CR's in files
  7274.  
  7275.     CMP     V1.00   Utility to compare two files
  7276.  
  7277.  
  7278.  
  7279.  
  7280.  
  7281.             BINARIES            SOURCES     DOCS
  7282.  
  7283.     INCLUDES        --          Disk1:include/local
  7284.  
  7285.     Config      Disk1:c/config      Disk1:src/deemu Disk1:doc/
  7286.     Clock       Disk1:c/clock       Disk1:src/deemu Disk1:doc/
  7287.     DME         Disk1:c/dme         Disk2:src/dme   Disk1:doc/
  7288.     DMouse      Disk1:c/dmouse      Disk1:src/dmouse    Disk1:doc/
  7289.             Disk1:l/dmouse-handler
  7290.     Suplib      Disk2:clib/sup32.lib    Disk2:src/suplib    Disk1:doc/suplib/
  7291.     LibRef      Disk1:c/libref      (in DRES srcs)      (none, see dres sources)
  7292.     DRes library    Disk2:clib/dres.lib     Disk2:src/dres  Disk1:doc/dres/
  7293.             Disk1:libs/dres.library
  7294.     Dasm        Disk1:c/dasm        Disk1:src/dasm/ Disk1:doc/
  7295.     FToHex      Disk1:c/ftohex      (in Dasm srcs)
  7296.     Files       Disk1:c/files       Disk1:src/files/    Disk1:doc/
  7297.     Shell       Disk1:c/shell       Disk2:src/shell/    Disk1:doc/
  7298.  
  7299.     Backup/Restore  Disk1:c/backup      Disk1:src/com/  Disk1:doc/backup.doc
  7300.     Findit      Disk1:c/findit      Disk1:src/com/  Disk1:doc/com.doc
  7301.     Libs        Disk1:c/libs        Disk1:src/com/  Disk1:doc/com.doc
  7302.     Scat        Disk1:c/scat        Disk1:src/com/  Disk1:doc/com.doc
  7303.     AddCR       Disk1:c/addcr       Disk1:src/com/  Disk1:doc/com.doc
  7304.     RemCR       Disk1:c/remcr       Disk1:src/com/  Disk1:doc/com.doc
  7305.     Cmp         Disk1:c/cmp         Disk1:src/com/  Disk1:doc/com.doc
  7306.  
  7307.  
  7308. ==========================  Contents of Disk 169  ==========================
  7309.  
  7310. This is disk 169 of the freely distributable AMIGA software library.
  7311. This is the also the second disk of a two disk "Matt Dillion special"
  7312. containing binaries and sources to the latest versions of a great deal
  7313. of Matt's many programs.  For a complete listing of the programs on these
  7314. two disks, see the file called "README".  Because of the nature of Matt's
  7315. programs and the need for his support libraries to recreate many of his
  7316. programs, I opted to keep these disks pretty much as Matt sent them to me,
  7317. rather than follow the usual AmigaLibDisk format of binaries and sources
  7318. in one directory.  This would have undoubtedly increased this to a three
  7319. disk set.  Please note that if you plan on recreating any of these programs,
  7320. then it is quite possible that you will need information from both disks. 
  7321.         
  7322. -Fred  ><>
  7323.  18-Nov-88
  7324.  
  7325.                  README
  7326.  
  7327.                   Matthew Dillon
  7328.                   891 Regal Rd.
  7329.                   Berkeley, Ca. 94708
  7330.                   USA
  7331.  
  7332.                dillon@ucbvax.berkeley.edu   INTERNET
  7333.                  ....!ucbvax!dillon     USENET
  7334.  
  7335.                    FISH RELEASE
  7336.                   16 August 1988
  7337.  
  7338.     (c)Copyright 1988 Matthew Dillon, All Rights reserved.  All software
  7339.     on these disks which is mine may be distributed for non-profit
  7340.     only.  This software is 'freeware', NOT public domain since I hold
  7341.     the copyright on it. Terms are:
  7342.  
  7343.     -You may redistribute any of the programs and/or source files
  7344.      but you may not distribute modified versions of said to the
  7345.      general public (i.e. BBS's, USENET, etc....).  Redistribution is
  7346.      for non-profit only.
  7347.  
  7348.     -You may extract and use any part of the source without strings
  7349.      attached as long as the programs you write with it are not an
  7350.      attempt to create an enhanced version of the program you extracted
  7351.      the source from.
  7352.  
  7353.     -I am NOT requesting $$ (this is not ShareWare), but then again,
  7354.      I am not so foolish as to not include my address in case anybody
  7355.      feels the urge.
  7356.  
  7357.  
  7358.     These two disks contain binaries and sources to the latest release of
  7359.     quite a bunch of my programs.  Many are updates to older versions and
  7360.     some are new.  The two major additions that are noteworthy are
  7361.     DRES.LIBRARY and BACKUP.
  7362.  
  7363.     Note that to compile various programs you must have a working SUP32.LIB,
  7364.     DRES.LIB, and DRES.LIBRARY.  Also a new include subdirectory, local,
  7365.     must be installed. Only DRES.LIBRARY is independant while the other two
  7366.     (binaries) require Aztec C V3.6 ... you have to recompile for other
  7367.     versions of Aztec C.  With a bit of hacking a good programmer would be
  7368.     able to set up an enviroment for Lattice C.  Of particular attention to
  7369.     somebody trying to do this is the modification of the LIBREF program to
  7370.     generate Lattice compatible assembly (in the DRES source section).
  7371.  
  7372.     Noted programs which are missing:   DNET, and DTERM are not ready for
  7373.     re-release yet.
  7374.  
  7375.  
  7376.     CONFIG  V1.00   Used to configure friendly programs like DME for
  7377.             the initial window placement (configures the
  7378.             executable)
  7379.  
  7380.     Clock   V1.00   Simple clock, configurable with config.
  7381.  
  7382.     DME     V1.31   My programming oriented editor
  7383.  
  7384.     DMouse  V1.10   mouse enhancer .. acceleration, blanking, etc...
  7385.             (now handles requesters better w/ auto-activate)
  7386.  
  7387.     Backup  V2.01   HD backup/restore (same program just renamed)
  7388.  
  7389.     SUPLIB      Support (link time) library required to compile
  7390.             my programs.
  7391.  
  7392.     LIBREF      Utility for generating run-time library link library
  7393.             assembly files, lvo.asm, and the run-time library's
  7394.             vector list.  See the DRES source for usage.
  7395.             Currently very Aztec in terms of what it generates.
  7396.  
  7397.     DRES    V1      Support (run time) library w/ lots of functions
  7398.             including a generic parser and IPC.
  7399.  
  7400.     DASM    V2.11   Small-systems assembler.  Handles 6502 and some of
  7401.             the Motorola single chip microcomputers.  Generates
  7402.             code (not object module oriented).
  7403.  
  7404.     FTOHEX      Part of DASM used to convert a DASM executable into
  7405.             an intel-hex formatted ascii file.
  7406.  
  7407.     FILES   V1.2    My disk catalog program.  Haven't enhanced it much
  7408.             but did fix some bugs.
  7409.  
  7410.     SHELL   V2.10   Added enviroment variable support and some other
  7411.             junk.  Use ConMan if you want command line editing,
  7412.             I do (it should not be a function of the shell and
  7413.             it isn't in mine).
  7414.  
  7415.     FINDIT  V1.00   Search for a filename (wildcard)
  7416.  
  7417.     LIBS    V1.00   list libraries/devices in ram or attempt to remove
  7418.             libraries.
  7419.  
  7420.     SCAT    V1.00   Utility to 'cat' binaries without blowing up the
  7421.             display
  7422.  
  7423.     ADDCR   V1.00   Utility to add CR's before LF's in files
  7424.  
  7425.     REMCR   V1.00   Utility to remove CR's in files
  7426.  
  7427.     CMP     V1.00   Utility to compare two files
  7428.  
  7429.  
  7430.  
  7431.  
  7432.  
  7433.             BINARIES            SOURCES     DOCS
  7434.  
  7435.     INCLUDES        --          Disk1:include/local
  7436.  
  7437.     Config      Disk1:c/config      Disk1:src/deemu Disk1:doc/
  7438.     Clock       Disk1:c/clock       Disk1:src/deemu Disk1:doc/
  7439.     DME         Disk1:c/dme         Disk2:src/dme   Disk1:doc/
  7440.     DMouse      Disk1:c/dmouse      Disk1:src/dmouse    Disk1:doc/
  7441.             Disk1:l/dmouse-handler
  7442.     Suplib      Disk2:clib/sup32.lib    Disk2:src/suplib    Disk1:doc/suplib/
  7443.     LibRef      Disk1:c/libref      (in DRES srcs)      (none, see dres sources)
  7444.     DRes library    Disk2:clib/dres.lib     Disk2:src/dres  Disk1:doc/dres/
  7445.             Disk1:libs/dres.library
  7446.     Dasm        Disk1:c/dasm        Disk1:src/dasm/ Disk1:doc/
  7447.     FToHex      Disk1:c/ftohex      (in Dasm srcs)
  7448.     Files       Disk1:c/files       Disk1:src/files/    Disk1:doc/
  7449.     Shell       Disk1:c/shell       Disk2:src/shell/    Disk1:doc/
  7450.  
  7451.     Backup/Restore  Disk1:c/backup      Disk1:src/com/  Disk1:doc/backup.doc
  7452.     Findit      Disk1:c/findit      Disk1:src/com/  Disk1:doc/com.doc
  7453.     Libs        Disk1:c/libs        Disk1:src/com/  Disk1:doc/com.doc
  7454.     Scat        Disk1:c/scat        Disk1:src/com/  Disk1:doc/com.doc
  7455.     AddCR       Disk1:c/addcr       Disk1:src/com/  Disk1:doc/com.doc
  7456.     RemCR       Disk1:c/remcr       Disk1:src/com/  Disk1:doc/com.doc
  7457.     Cmp         Disk1:c/cmp         Disk1:src/com/  Disk1:doc/com.doc
  7458.  
  7459.  
  7460.  
  7461.  
  7462. ==========================  Contents of Disk 170  ==========================
  7463.  
  7464. This is disk 170 of the freely distributable AMIGA software library.
  7465. Below is a listing of the significant directories and their contents.
  7466.  
  7467.  
  7468. Aftterm     Commmunications program utilizing IBM 3278 terminal
  7469.         emulation.  Binary only.
  7470.         Author:  Don Brereton
  7471.  
  7472. Dis6502     A ported 6502 disassembler with support added for C64
  7473.         binary files.  Includes source.
  7474.         Author:  Robert Bond, Amiga port by Udi Finkelstein 
  7475.  
  7476. FastText    Blitter based fast text rendering routines written in
  7477.         assembly.  Unique in the fact that they speed up rendering
  7478.         of non-proportional fonts of any height, and from 4-16
  7479.         pixels in width.  Source and test program included.
  7480.         Author:  Darren M. Greenwald
  7481.   
  7482. MRBackUp    A hard disk backup utility that does a file by file
  7483.         copy to standard AmigaDOS floppy disks.  Includes an
  7484.         intuition interface and file compression.  Version 2.4,
  7485.         Update to version on disk 129.  Binary only
  7486.         Author:  Mark Rinfret
  7487.         
  7488. PtrAnim     Nifty pointer animation program, includes lots of samples,
  7489.         a utility program and instructions on creating your own 
  7490.         animations.  Be sure to also read the "Disclaimer" in the 
  7491.         author's ReadMeFirst file.  Binary only, shareware
  7492.         Author:  Tim Kemp
  7493.  
  7494. Surf        Generates bezier surfaces of revolution.  Will produce some
  7495.         amazing pictures of wineglasses, doorknobs, or other objects
  7496.         one could turn on a lathe.  Includes the capacity to map IFF
  7497.         image files onto any surface that it can draw.  Source
  7498.         included
  7499.         Author:  Eric Davies
  7500.  
  7501. Turbo       Opens a small window with a gadget that when selected,
  7502.         turns off bitplane, sprite, copper and audio DMA, presumably
  7503.         to increase system speed.  Includes source.
  7504.         Author:  Oliver Wagner
  7505.  
  7506. ==========================  Contents of Disk 171  ==========================
  7507.  
  7508. This is disk 171 of the freely distributable AMIGA software library.
  7509. Below is a listing of the significant directories and their contents.
  7510.  
  7511.  
  7512. AZComm      Modified version of Comm 1.34 that contains Zmodem send,
  7513.         receive, and resume receive.  Version 1.00, Binary only.
  7514.         Author:  SS. Patel, based on Comm 1.34 by DJ James
  7515.  
  7516. Maze        A couple of very nice demos for the creation and use of 
  7517.         single-solution mazes, one of which is practically a
  7518.         stand-alone game.  Includes source.
  7519.         Author:  Werner Gunther
  7520.     
  7521. Sozobon-C   Atari ST version of what appears to be a full K&R freeware
  7522.         C-compiler, assembler and linker.  The compiler main pass
  7523.         and the assembler were compiled and tested on an Amiga A2000
  7524.         with only minimal changes, and they appear to work (to the
  7525.         extent that they believe they are running on an Atari-ST),
  7526.         so an Amiga port should be relatively easy. 
  7527.         Author:  Sozobon, Limited.
  7528.  
  7529. Xoper       Very comprehensive program to monitor and control system 
  7530.         activity.  Monitor cpu, memory usage, ports, interrupts,
  7531.         devices.  Close windows, screens, show loaded fonts or last
  7532.         Guru code number.  Clean up memory, flush unused libraries,
  7533.         devices, fonts. etc. and a whole bunch more!  Spawns its own
  7534.         process.  A very handy background task to have loaded. 
  7535.         Assembly source included.
  7536.         Author:  Werner Gunther
  7537.  
  7538. ==========================  Contents of Disk 172  ==========================
  7539.  
  7540. This is disk 172 of the freely distributable AMIGA software library.
  7541. Below is a listing of the significant directories and their contents.
  7542.  
  7543.  
  7544. DataToObj   A utility to convert raw data files (sprites, image data,
  7545.         text, etc.) directly into object code which can then be 
  7546.         linked to the main program without the need to go through
  7547.         the compiling process.  Includes source.
  7548.         Author:  Werner Gunther   
  7549.         
  7550. Handshake   A full featured VT52/VT100/VT102/VT220 terminal emulator.
  7551.         The author has taken great pains to support the full VT102
  7552.         spec.  Now supports ANSI colors, screen capture and more. 
  7553.         Update to version on disk number 60.  Version 2.12a,
  7554.         binary only, shareware.
  7555.         Author:  Eric Haberfellner
  7556.  
  7557. MFix        A small program to insert in the startup-sequence of the
  7558.         commercial program, Marauder II, from Discovery Software,
  7559.         International.  Whenever the copy process is started, the
  7560.         rainbow screen is covered by a bare screen until the copy
  7561.         is finished.  The author claims a 25% decrease in copy time
  7562.         is achieved.  Version 1.0, binary only.
  7563.         Author:  Stephen Gunn
  7564.  
  7565. PopInfo     A "shrinkable" workbench utility to show you some info 
  7566.         that Workbench doesn't, such as free memory on external
  7567.         devices, chip, fast, and total ram usage and more.  Version
  7568.         2.0, Includes source.
  7569.         Author:  Jonathan Potter
  7570.  
  7571. ProCalc     A program that simulates an HP-11C programmable calculator.
  7572.         Lots of enhancements and bug fixes since the original version
  7573.         on disk number 139.  Version 1.2, binary only, shareware
  7574.         Author:  Gotz Muller
  7575.  
  7576. Spiff       Make controlled approximations between two files.  Similar 
  7577.         to "diff" but more versatile.  Allows for the handling of 
  7578.         numerals as string literals or numeric values with
  7579.         adjustable tolerances.  Provides for embedded commands,
  7580.         scriptfiles, and many other command-line parameters.
  7581.         Potentially very useful, but needs some Amiga-specific work.
  7582.         Source and some example files included.   
  7583.         Author:  Dan Nachbar, Bell Communications Research (BELLCORE)
  7584.         
  7585. ==========================  Contents of Disk 173  ==========================
  7586.  
  7587. This is disk 173 of the freely distributable AMIGA software library.
  7588. Below is a listing of the significant directories and their contents.
  7589. This is revision "a"; the tetris clone was removed from the original
  7590. disk as requested by Spectrum Holobyte.
  7591.  
  7592.  
  7593. CrcLists    Complete CRC check files for disks 146-172 using the
  7594.         crc program from disk 133.  These were made directly
  7595.         from my master disks.
  7596.         Author:  Fred Fish
  7597.  
  7598. FileSelect  A FileIO selector, written 100% in assembly.  Version
  7599.         1.0, includes source.
  7600.         Author:   Fabrice Lienhardt  
  7601.  
  7602. IffLib      A ready-to-use library to perform various manipulations
  7603.         on IFF files.  Includes a sample IFF viewer and a utility
  7604.         to save the front screen as an IFF file.
  7605.         Author:  Christian A. Weber
  7606.  
  7607. ILBM2C      Very useful utility for C-programmers.  Reads in a 
  7608.         standard IFF ILBM file and outputs a file that can then
  7609.         be included in your program.  Includes source and a sample
  7610.         program.
  7611.         Author:  Tim Kemp
  7612.  
  7613. Uedit       Version 2.4g of this nice shareware editor.  Has learn
  7614.         mode, a command language, menu customization, and other
  7615.         user configurability and customizability features.
  7616.         Binary only, shareware, update to version on disk 121.
  7617.         Author:  Rick Stiles
  7618.  
  7619. ==========================  Contents of Disk 174  ==========================
  7620.  
  7621. This is disk 174 of the freely distributable AMIGA software library.
  7622. Below is a listing of the significant directories and their contents.
  7623.  
  7624.  
  7625. Castle      A simple graphics adventure game suitable for beginners.
  7626.         Binary only, but source available with a small donation to
  7627.         the author.
  7628.         Author:  H. James Fox
  7629.  
  7630. Iff2Sun     A small utility for those of you who may have access to a 
  7631.         Sun workstation.  Takes an Amiga IFF file and converts it to
  7632.         a Sun rasterfile format.  Source only, as the program needs
  7633.         to be re-compiled and run from a Sun.
  7634.         Authors:  Steve Berry, Mark Thompson 
  7635.   
  7636. Print1.2    Another CLI-based printing utility with several nice 
  7637.         features including the ability to print in ASCII or HEX,
  7638.         with or without line numbers and a CTRL-C Trap.  Includes
  7639.         source.
  7640.         Author:  John F. Zacharias
  7641.  
  7642. Sh      Another version of the 'Sh' utility to unshar shell archives.
  7643.         Apparently corrects some problems encountered by similar
  7644.         programs.  Until we can get everybody using some sort of 
  7645.         "standard", perhaps if we collect enough of these utilities,
  7646.         we will eventually find one that works with the particular 
  7647.         archive we're trying to unshar!  Includes source.
  7648.         Author:  Jim Guilford
  7649.  
  7650. Strings     A simple utility with command-line options for locating
  7651.         strings in a binary file.  Version 1.0, includes source.
  7652.         Author:  Joel Swank
  7653.  
  7654. TitlePage   Prints banner-type title pages for identifying listings.
  7655.         Lots of command-line options for specifying various fonts,
  7656.         pitches, typestyles, selectable centering, etc.  Includes
  7657.         source.
  7658.         Author:  Joel Swank
  7659.  
  7660. Tunnel      An interesting graphics demo written in TDI-Modula 2.
  7661.         I suggest you don't stare at this too long!  Includes
  7662.         source.
  7663.         Author:  Garth Thornton
  7664.  
  7665. ==========================  Contents of Disk 175  ==========================
  7666.  
  7667. This is disk 175 of the freely distributable AMIGA software library.
  7668. Below is a listing of the significant directories and their contents.
  7669.  
  7670.  
  7671. Elements    Very nice interactive display of the the Periodic Table 
  7672.         of Elements.  Can display a large amount of pertinent
  7673.         data about a selected element along with a good deal of 
  7674.         general and miscellaneous info.
  7675.         Author:  Paul Thomas Miller
  7676.  
  7677. Furnish     For those of you who may have ever used the "scale size cut
  7678.         and place" method of determining your next living-room 
  7679.         arrangement, this Amiga-ized version may be just what you 
  7680.         need.  Binary only, shareware.
  7681.         Author:  Terry Gintz        
  7682.  
  7683. Plot        Program to compute and plot 3 dimensional functions.
  7684.         Major revision to PD version on disk number 49 by the 
  7685.         same author.  Version 4.1, binary only, shareware.
  7686.         Author:  Terry Gintz
  7687.  
  7688. SafeBoot    Very handy intuition-based program to read and save 
  7689.         custom bootblocks.  The bootblock can then be later 
  7690.         restored should the disk become virus-infected.
  7691.         Version 2.2, binary only.
  7692.         Author:  Mark Lanoux
  7693.  
  7694. SendMorse   Brush up on your morse code with this simple program 
  7695.         that will read an input textfile and output the characters
  7696.         at an adjustable rate.
  7697.         Author:  Joe Larson
  7698.   
  7699. VirusX      Version 3.10 of the popular virus detection/vaccination
  7700.         program.  Features a test for the new IRQ virus, among
  7701.         others, and a new "Kill Virus" utility.  Includes source.
  7702.         Author:  Steve Tibbett
  7703.  
  7704. WBDepth     CLI program that allows you to change the number of bitplanes
  7705.         for the WB screen on the fly.  Very useful for A500 and A2000
  7706.         users with kickstart in ROM.  Binary only.
  7707.         Author:  Andry Rachmat  
  7708.     
  7709. Zippy       A "Graphical Shell".  Opens a medium-size window and 
  7710.         attaches a menu-strip for performing all sort of disk/data 
  7711.         manipulations.  Features script files allowing you to attach
  7712.         custom menu selections as you move between directories.
  7713.         Also included is an intuition based utility for altering
  7714.         FileInfo data.  (filename, filenote, RWED attributes, etc.)
  7715.         Version 2.5, binary only.
  7716.         Author:  Michael Weiblen
  7717.  
  7718. ==========================  Contents of Disk 176  ==========================
  7719.  
  7720. This is disk 176 of the freely distributable AMIGA software library.
  7721. This disk contains version V23-2A of Glenn Everhart's large and powerful
  7722. spreadsheet program called AnalytiCalc, submitted to me directly by
  7723. Glenn for inclusion in the library as an update to the version released
  7724. on disk 144. AnalytiCalc is presented in entirely ZOOed form because it
  7725. could not otherwise fit on a single disk. Because the auxiliary utilities
  7726. were presented on disk 144, they are not repeated here.
  7727.  
  7728. The ZOO utility is used due to the lack of controversy over the format. The
  7729. public domain BOOZ program is provided to extract the contents of the ZOO
  7730. archives provided.
  7731.  
  7732. With this release, AnalytiCalc has become "Freeware" rather than "Shareware".
  7733. Thus the only restrictions on AnalytiCalc code are that derivative programs
  7734. remain freely distributable.
  7735.  
  7736. HyperNet
  7737. --------
  7738.     HyperNet is a small hypertext shell program for Amiga, presented
  7739. with sources and brief documents. It was also submitted by Glenn Everhart,
  7740. the author.
  7741.     HyperNet allows a "master" AmigaDos process to control a series of
  7742. connected processes, where the connections are randomly ordered directed
  7743. graphs. Permissible "child" processes available at any stage are governed
  7744. by the links of the graph. The implementation is mainly instructive, but
  7745. can be used for tutorials or demonstrations and illustrates the simplicity
  7746. of hypertext concepts on a multi-tasking system.
  7747.  
  7748. ==========================  Contents of Disk 177  ==========================
  7749.  
  7750. This is disk 177 of the freely distributable AMIGA software library.
  7751. Below is a listing of the significant directories and their contents.
  7752.  
  7753.  
  7754. ASpice      A version of the SPICE 2G.6 circuit analysis program
  7755.         which has been modified to run in the Amiga environment.
  7756.         The program arrays are adjusted to require one forth the
  7757.         memory of the DEC VAX version.  Although this does not
  7758.         usually put much of a constraint on circuit analysis,
  7759.         some users who are used to the full mainframe environment
  7760.         may have to be more aware of the memory demands of their
  7761.         analysis.  Requires a minimum  of 1.5 MB memory.  This
  7762.         version neither supports nor requires the 68020 processor
  7763.         or 68881 coprocessor.  Binary only.
  7764.         Authors:  Many, see Documentation
  7765.  
  7766. DiskSalv    Version 1.32 of the popular "undelete" and file recovery
  7767.         program.  Fixes a few bugs apparently found on the version
  7768.         1.3 release on disk number 164.
  7769.         Author:  Dave Haynie
  7770.  
  7771. Jask        An intuition-based replacement for the ASK command.  Will
  7772.         bring up a requester with a message and boolean yes/no
  7773.         type gadgets.  Version 1.0, includes source.
  7774.         Author:  John Barshinger
  7775.  
  7776. Marge       A simple CLI utility to add a specified number of spaces or
  7777.         tabs to the left side of every line in a file.  Includes
  7778.         source.
  7779.         Author:  Joel Swank
  7780.  
  7781. Path        An interesting concept in path-searching.  This program
  7782.         contains a path-handler that allows you to selectively
  7783.         control or assign your system's search path using script
  7784.         files.  Includes source.
  7785.         Author:  Rico Mariani
  7786.  
  7787. ==========================  Contents of Disk 178  ==========================
  7788.  
  7789. This is disk 178 of the freely distributable AMIGA software library.
  7790. Below is a listing of the significant directories and their contents.
  7791.  
  7792.  
  7793. AmicForm    Creates a phonebook containing only those areacodes and
  7794.         exchanges reachable through PC-Pursuit.  Update to the
  7795.         version on disk number 157.  Works with the new Finalist
  7796.         BBS format.  Version 1.4, Binary only.
  7797.         Author:  John Motsinger
  7798.  
  7799. BlackBox    The black box is an 8x8 grid in which several "atoms" are
  7800.         hidden.  Your job is to find the atoms.  You have at your
  7801.         disposal a ray projector which you can use to send rays
  7802.         into the box from any of the 32 spots around the box.
  7803.         Binary only.
  7804.         Author:  Tim Kemp
  7805.  
  7806. CIATimer    Two versions of ciatimer routines to provide precise
  7807.         timing for applications requiring a high-accuracy
  7808.         real-time clock.  Includes source and a sample 
  7809.         executable.
  7810.         Author:  Karl Lehenbauer, based on the original
  7811.              version by Paul Higginbottom
  7812.         
  7813. Cosmic      An interstellar multiplayer game of War and Peace.  From
  7814.         the looks of the documentation file, it appears fairly 
  7815.         extensive!  Version 1.01, includes source.
  7816.         Author:  Carl Edman
  7817.  
  7818. Ls      Version 2.0 of the popular UNIX style directory lister.
  7819.         Revised for Lattice 5.0 and made 1.3 compatible.
  7820.         Includes source.
  7821.         Author:  Justin V. McCormick. 
  7822.  
  7823. RemLib      Removes a specified library (if currently unused)
  7824.         or displays some information about all available
  7825.         libraries.  Update to version on disk number 139.
  7826.         Version 1.11, includes source in assembler.
  7827.         Author:  Heiko Rath
  7828.  
  7829. RexxArpLib  Version 2.0 of the rexxarplib.library, which has grown
  7830.         considerably, with substantial intuition interface
  7831.         support.  Also included is a large number of ARexx macros.
  7832.         Author:  W.G.J. Langeveld
  7833.  
  7834. ==========================  Contents of Disk 179  ==========================
  7835.  
  7836. This is disk 179 of the freely distributable AMIGA software library.
  7837. Below is a listing of the significant directories and their contents.
  7838.  
  7839.  
  7840. DietAid     Diet planning aid to allow the user to compile lists
  7841.         of ingredients (recipes) and automatically compute
  7842.         calorie totals, etc.  Update to version on disk number
  7843.         36.  Version 3.1, binary only.
  7844.         Author:  Terry Gintz
  7845.  
  7846. Dmake       Beta release of Matt's version of the UNIX make utility.
  7847.         Features multiple dependancies, wildcard support, and more.
  7848.         Includes source.
  7849.         Author:  Matt Dillion 
  7850.         
  7851. Excption    Exception is a set of error handling routines that provide
  7852.         a programmer with the ability to easily handle often
  7853.         difficult to implement routines.  Routines such as no more
  7854.         memory, file not open, read/write error....etc.  Version
  7855.         0.6, includes source.
  7856.         Author:  Gerald T Hewes
  7857.  
  7858. KickFont    For A-1000 owners, will permanently replace the topaz font
  7859.         on the kickstart disk with a font called "look".  Includes
  7860.         a sample in the form of an IFF picture.  Version 3.0, binary
  7861.         only.  Also included is Benjamin Fuller's freely
  7862.         redistributable 'SumKick' program.
  7863.         Author:  Greg Browne 
  7864.  
  7865. Launch      Sample program showing how you can load and execute a
  7866.         program in the workbench environment, then return to the
  7867.         CLI.  Includes source.
  7868.         Author:  Peter da Silva  
  7869.  
  7870. Regexp      A nearly-public-domain reimplementation of the V8 regexp(3)
  7871.         package. Gives C programs the ability to use egrep-style
  7872.         regular expressions, and does it in a much cleaner fashion
  7873.         than the analogous routines in SysV.  Includes source.
  7874.         Author:  Henry Spencer
  7875.  
  7876. TSnip       Very nice "cut and paste" type utility with lots of uses
  7877.         and functions.  Features a pop-up intuition control panel,
  7878.         multiple font and color recognition, clipboard and pipe
  7879.         support and a couple of utility programs. Version 1.4a,
  7880.         source for support programs only.
  7881.         Author:  John Russell  
  7882.  
  7883. UnixUtil    A few CLI utilities, including some functionally similiar
  7884.         to the UNIX utilities of the same names.  Included are: 
  7885.         Wc, Head, Tail, Tee, Detab, Entab, and Trunc.  Descriptions
  7886.         are given in the included '.doc' files. 
  7887.         Author:  Gary Brant
  7888. ==========================  Contents of Disk 180  ==========================
  7889.  
  7890. This is disk 180 of the freely distributable AMIGA software library.
  7891. Below is a listing of the significant directories and their contents.
  7892.  
  7893.  
  7894. Browser     A programmer's "Workbench".  Allows you to easily and
  7895.         conveniently move, copy, rename, and delete files &
  7896.         directories from a CLI environment.  Also provides a
  7897.         method to execute either Workbench or CLI programs. 
  7898.         Version 1.6, update to version on disk number 134, 
  7899.         binary only.
  7900.         Author:  Peter da Silva
  7901.  
  7902. GeoTime     A couple of interesting "clock" type programs based on the 
  7903.         "Geochron".  Observe the earth's shadow scroll across
  7904.         a map or globe in real-time, based on the system clock.
  7905.         Version 1.0, binary only, shareware.
  7906.         Author:  Mike Smithwick
  7907.         
  7908. GPrint      A black & white graphics print utility for Epson compatible
  7909.         printers. (The author's letter to me was quite impressive!)
  7910.         Command-line options allow several different print qualities
  7911.         and densities.  Includes a couple of sample IFF files for 
  7912.         printing.  Version 2.03, binary only, shareware.
  7913.         Author:  Peter Cherna
  7914.  
  7915. Jed     A nicely done, intuition-based editor that is quite
  7916.         user-friendly.  Features word-wrap, auto-indent, newcli,
  7917.         alt buffer, split-window, keyboard macro, help, printing,
  7918.         and more.  Version 1.0, binary only, shareware.
  7919.         Author:  Dan Burris
  7920.  
  7921. NoVirus     Another Anti-Virus utility.  This one features known and
  7922.         new virus detection, view boot block, save and restore
  7923.         bootblocks, several "Install" options and more.  Written 
  7924.         in assembly.  Version 1.56, binary only.
  7925.         Author:  Nic Wilson
  7926.  
  7927. RepString   Nice little CLI utility to replace any type of string in
  7928.         any type of file with another string of any type.
  7929.         Version 1.0, binary only, shareware.
  7930.         Author:  Luciano Bertato
  7931.  
  7932. TrekTrivia  Very nice mouse-driven trivia type program for Star Trek 
  7933.         fans.  Contains 100 questions with additional trivia disks
  7934.         available from the author.  Binary only, shareware.
  7935.         Author:  George Broussard 
  7936.  
  7937. ==========================  Contents of Disk 181  ==========================
  7938.  
  7939. This is disk 181 of the freely distributable AMIGA software library.
  7940. Below is a listing of the significant directories and their contents.
  7941.  
  7942.  
  7943. AMXLISP     Amiga-ized version of the XLisp interpreter originally
  7944.         by David Betz.  Version 2.00, includes source.
  7945.         Author:  David Betz; Amiga work by Francois Rouaix 
  7946.  
  7947. Bally       Amiga port of the former arcade game named Click.  This
  7948.         version completely lacks sound effects, which shall
  7949.         come in later updates.  Version 0.1, binary only,
  7950.         shareware.
  7951.         Author:  Oliver Wagner
  7952.  
  7953. Tracker     Useful debugging routines similar in function but more
  7954.         versatile to those of "MemTrace" on disk number 163.
  7955.         Will track and report on calls to AllocMem(), FreeMem()
  7956.         [or lack thereof!] among others.  Version 0.0a (Alpha
  7957.         release).
  7958.         Author:  Karl Lehenbauer
  7959.  
  7960. ==========================  Contents of Disk 182  ==========================
  7961.  
  7962. This is disk 182 of the freely distributable AMIGA software library.
  7963. Below is a listing of the significant directories and their contents.
  7964.  
  7965.  
  7966. AMC     "Amiga Message Center".  Scrolls a message from a text
  7967.         file across the screen on a colorful background.  
  7968.         Similar to the "greetings" programs developed by 
  7969.         European Amiga enthusiasts.  Version 1.0, binary only.
  7970.         Author:  Foster Hall
  7971.  
  7972. Edimap      A keymap editor.  Allows you to read in an existing
  7973.         keymap file, modify it to suit your needs, and save
  7974.         it as a ready-to-use keymap.  Version 1.0, includes
  7975.         source.
  7976.         Author:  Gilles Gamesh  
  7977.     
  7978. HR136       An IFF file containing a chart showing every possible 
  7979.         mixture of the sixteen basic palette colors.  Also
  7980.         included are optimized and monochrome palettes along 
  7981.         with several tips and techniques for using them with 
  7982.         various paint programs.
  7983.         Author:  Dick Bourne 
  7984.  
  7985. Iconmerger  Intuition-based program to take any two brush files
  7986.         and merge them into an alternate-image type icon.
  7987.         Version 2.0, binary only.
  7988.         Author:  Terry Gintz
  7989.  
  7990. Sam     Another IFF sound player with several command-line
  7991.         options.  Includes several samples.  Version 1.0,
  7992.         binary only.
  7993.         Author:  Nic Wilson 
  7994.         
  7995. SetFont     Allows you to change the system font with various
  7996.         command-line options.  Cleans up all known bugs in
  7997.         V2.0 released on disk number 75.  Version 2.5,
  7998.         includes source in C++.
  7999.         Author:  Dave Haynie
  8000.  
  8001. ==========================  Contents of Disk 183  ==========================
  8002.  
  8003. This is disk 183 of the freely distributable AMIGA software library.
  8004. Below is a listing of the significant directories and their contents.
  8005.  
  8006.  
  8007. FixFd       A utility for Amiga assembly programmers.  FixFd will 
  8008.         read a '.FD' file and output a file that can be 
  8009.         'INCLUDE'ed rather than having to link with the 
  8010.         colossal 'Amiga.Lib'.  Version 1.0, includes source in
  8011.         assembly.
  8012.         Author:  Peter Wyspianski
  8013.  
  8014. Mklib       Another example of building a shared library that 
  8015.         evolved from "Elib" on disk number 87.  Also included
  8016.         is a library, Edlib, which contains several functions
  8017.         not included in the Manx standard libraries.  Includes
  8018.         source.
  8019.         Author:  Edwin Hoogerbeets with C-functions from several
  8020.              different authors
  8021.  
  8022. PCQ     A subset implementation of a freely-redistributable
  8023.         Pascal compiler.  Supports include files, external
  8024.         references, records, enumerated types, pointers, arrays,
  8025.             strings and more.  Presently does not support range
  8026.         types, the 'with' statement or sets.  Version 1.0,
  8027.         includes source and sample programs.
  8028.         Author:  Patrick Quaid
  8029.         
  8030. ==========================  Contents of Disk 184  ==========================
  8031.  
  8032. This is disk 184 of the freely distributable AMIGA software library.
  8033. Below is a listing of the significant directories and their contents.
  8034.  
  8035.  
  8036. BI      A small brush to to C-code image converter, intended to
  8037.         be used from CLI.  Version 1.0, binary only.
  8038.         Author:  Terry Gintz
  8039.  
  8040. CardMaker   A programmer's aid for creating card image data that can
  8041.         be used in any card game that uses the standard 52 card
  8042.         deck.  Version 1.0, binary only.
  8043.         Author:  Terry Gintz
  8044.  
  8045. DPS     Demo version of a program that will allow you to take
  8046.         any IFF file and save it as a totally self-contained
  8047.         executable file, without the need for any IFF-viewers.
  8048.         Version 1.0, binary only.
  8049.         Author:  Foster Hall
  8050.  
  8051. MouseUtil   Intuition based program to allow you to change your mouse
  8052.         speed without having to go through preferences.  Version 
  8053.         1.1, includes assembly source.
  8054.         Author:  Luciano Bertato
  8055.  
  8056. Print       Small print utility designed to replace the "copy
  8057.         <filename> to prt:" command.  Opens a window displaying
  8058.         the filename being printed, length, and a status bar
  8059.         showing percent completed.  Also includes an abort
  8060.         gadget.  Version 1.0, binary only.
  8061.         Author:  Luciano Bertato
  8062.  
  8063. VacBench    This amusing little screen hack will "clean up" your
  8064.         WorkBench screen for you when it gets too cluttered!
  8065.         Binary only.
  8066.         Author:  Randy Jouett
  8067.  
  8068. World       A text adventure game similar to the Infocom adventures
  8069.         of Planetfall and Starcross.  Quite large with a 
  8070.         tremendous variety of responses.  Version 1.02,
  8071.         includes source.
  8072.         Author:  Doug Mcdonald, Amiga port by Eric Kennedy 
  8073.         
  8074. ==========================  Contents of Disk 185  ==========================
  8075.  
  8076. This is disk 185 of the freely distributable AMIGA software library.
  8077.  
  8078. This is a copy of the official November 1988 Commodore IFF disk, sent
  8079. to me directly by Commodore for inclusion in the library.  The only
  8080. changes I made were:
  8081.  
  8082.     (1) Placed all the files in the "documents" directory
  8083.         into a zoo file "documents.zoo" to free up enough
  8084.         space to add my normal distribution files and icons.
  8085.         Some of the files on the disk were already in zoo 
  8086.         format anyway, so this seems like a minor alteration.
  8087.  
  8088.     (2) Changed the file "AboutThisRelease" to reflect the
  8089.         zoo'ing of the documents.
  8090.  
  8091.     (3) Rearranged the icons to make room for my additional
  8092.         icons.
  8093.  
  8094. ==========================  Contents of Disk 186  ==========================
  8095.  
  8096. This is disk 186 of the freely distributable AMIGA software library.
  8097. Below is a listing of the significant directories and their contents.
  8098.  
  8099.  
  8100. A68k        A 68000 assembler originally written in Modula-2 in
  8101.         1985 and converted to C by Charlie Gibb in 1987.  Has
  8102.         been converted to accept metacomco-compatible assembler
  8103.         source code and to generate Amiga objects.  Includes source.
  8104.         This is version 2.42, an update to the version on disk 110.
  8105.         Author:  Brian Anderson; C translation and Amiga work
  8106.              done by Charlie Gibb
  8107.  
  8108. Cards'O'Rama    A simple game that let's you push your memory.  It is played
  8109.         with a deck of 32 cards, grouped in 16 pairs.  The cards are
  8110.         shuffled and then displayed at the beginning of each game.
  8111.         Your goal is to pick up as many pairs as you can, until 
  8112.         there are no cards left on the screen.  Version 1.0,
  8113.         includes source.
  8114.         Author:  Werther Pirani
  8115.  
  8116. Qt2     A cute program that gives the time the way many people
  8117.         actually do, I.E. "it's nearly ten to five".  Includes
  8118.         source in assembly.
  8119.         Author:  Charlie Gibb
  8120.  
  8121. SimCPM      A CP/M simulator for the Amiga.  Simulates an 8080
  8122.         along with H19 terminal emulation.  Includes source.
  8123.         This is version 2.3, an update to version on disk 109.
  8124.         Author:  Jim Cathey; Amiga port by Charlie Gibbs and
  8125.              Willi Kusche
  8126.  
  8127. ==========================  Contents of Disk 187  ==========================
  8128.  
  8129. This is disk 187 of the freely distributable AMIGA software library.
  8130. Below is a listing of the significant directories and their contents.
  8131.  
  8132.  
  8133. Diskperf    A disk benchmark program which runs on both Unix and the
  8134.         Amiga.  This is an update to the version on disk 48, with
  8135.         bug fixes and more reliable measurements of the faster
  8136.         read and write speeds available under the new Fast
  8137.         File System.
  8138.         Author:  Rick Spanbauer, enhancements by Joanne Dow
  8139.  
  8140. HackLite    This is the latest version the Amiga port of Hack,
  8141.         with lots of Amiga specific enhancements and neat
  8142.         graphics.  Now includes an easy to use installation
  8143.         program.  This is HackLite version 1.0.0, binary only.
  8144.         Author:  Software Distillery
  8145.  
  8146. Mackie      A versatile cli/macro-key initiator based on POPCLI with
  8147.         a unique method of "screen-blanking".  I won't say more,
  8148.         just try it!  Version 1.13, includes source.  This is
  8149.         an update to version 1.1 from disk 161.
  8150.         Author:  Tomas Rokicki
  8151.  
  8152. SetCPU      A program designed to allow the user to detect and modify
  8153.         various parameters related to 32 bit CPUs.  Includes
  8154.         commands to enable or disable the text/data caches,
  8155.         switch on or off the '030 burst cache line fill request,
  8156.         use the MMU to run a ROM image from 32-bit memory, and
  8157.         to report various parameters when called from a script.
  8158.         This is version 1.4, includes source.
  8159.         Author:  Dave Haynie
  8160.  
  8161. ==========================  Contents of Disk 188  ==========================
  8162.  
  8163. This is disk 188 of the freely distributable AMIGA software library.
  8164. Below is a listing of the significant directories and their contents.
  8165.  
  8166.  
  8167. BootIntro   This program creates a small intro on the bootblock of any
  8168.         disk, which will appear after you insert the disk for
  8169.         booting.  The headline can be up to 20 characters.  The
  8170.         scrolling text portion can be up to 225 characters.
  8171.         Version 1.0, binary only.
  8172.         Author:  Roger Fischlin
  8173.  
  8174. DiffDir     Diffdir compares the contents of two directories, reporting
  8175.         on differences such as files present in only one directory,
  8176.         different modification dates, file flags, sizes, comments,
  8177.         etc.  Version 1.0, includes source.
  8178.         Author:  Mark Rinfret
  8179.  
  8180. ExecDis     A disassembler comment generator program for the 1.2
  8181.         Kickstart ROM exec library image.  Generates a commented
  8182.         disassembly of the exec library.  Version 1.0, binary only.
  8183.         Author:  Markus Wandel
  8184.  
  8185. FastGro     A fractal program, simulating Diffusion-Limited Aggregation
  8186.         (DLA) as described in the December 1988 Scientific American
  8187.         in the Computer Recreations column.  This program is about
  8188.         an order of magnitude faster than the "SLO GRO" program
  8189.         described in Scientific American.  Version 1.0, includes
  8190.         source.
  8191.         Author:  Doug Houck
  8192.  
  8193. FracGen     A fractal generator program that generates fractal
  8194.         pictures from "seeds" that you create.  This is
  8195.         unlike any of the other "fractal generators" I've
  8196.         seen.  It can be used to load and display previously
  8197.         created fractal pictures, modify existing fractals,
  8198.         or create your own fractals.  Version 1.23, binary
  8199.         only, update to version on disk 142.
  8200.         Author:  Doug Houck
  8201.  
  8202. MemoryClock A clock program that shows the amount of free fast ram,
  8203.         free chip ram, as well as the time and date.  Includes
  8204.         source in assembly code.
  8205.         Author:  Roger Fischlin
  8206.  
  8207. MinRexx     A simple ARexx interface which can be easily patched into
  8208.         almost any program.  Includes as an example the freedraw
  8209.         program from disk number 1.  Includes source.
  8210.         Author:  Tomas Rokicki
  8211.  
  8212. Null        A new dos device that behaves like "NIL:" but unlike
  8213.         "NIL:", it is a real handler.  This makes it useful
  8214.         in lots of situations where "NIL:" cannot be used.
  8215.         Version 0.0, includes source.
  8216.         Author:  Gunnar Nordmark
  8217.  
  8218. TextDisplay A text display program, like "more" or "less", but about
  8219.         half the size and handles all screen formats (pal/ntsc,
  8220.         interlace/non-interlace, etc).  Version 1.1, binary only.
  8221.         Author:  Roger Fischlin
  8222.  
  8223. ==========================  Contents of Disk 189  ==========================
  8224.  
  8225. This is disk 189 of the freely distributable AMIGA software library.
  8226. Below is a listing of the significant directories and their contents.
  8227.  
  8228.  
  8229. Mackie      A versatile cli/macro-key initiator based on POPCLI with
  8230.         a unique method of "screen-blanking".  I won't say more,
  8231.         just try it!  Version 1.20, includes source.  This is
  8232.         an update to version 1.13 from disk 187.
  8233.         Author:  Tomas Rokicki
  8234.  
  8235. NetHack     This is part 1 of a two part distribution of NetHack,
  8236.         which was too large to fit on a single disk, even when
  8237.         zoo'd.  Part 2 is on disk 190.  Both parts, along with
  8238.         zoo to unpack them, are required to use or rebuild
  8239.         NetHack.  This is version 2.3, and includes source.  
  8240.         Author:  Various; Amiga work by Olaf Seibert
  8241.  
  8242. Uedit       Version 2.4g of this nice shareware editor.  Has learn
  8243.         mode, a command language, menu customization, and other
  8244.         user configurability and customizability features.
  8245.         Binary only, shareware, replaces beta 2.4g version
  8246.         on disk 173.
  8247.         Author:  Rick Stiles
  8248.  
  8249. ==========================  Contents of Disk 190  ==========================
  8250.  
  8251. This is disk 190 of the freely distributable AMIGA software library.
  8252. Below is a listing of the significant directories and their contents.
  8253.  
  8254.  
  8255. GaryIcons   A collection of more interesting and useful icons.
  8256.         Author:  Gary Roseman
  8257.  
  8258. ILBM2Image  Takes an IFF picture and generates a C source module
  8259.         which can be compiled and linked with your program to
  8260.         display the picture with the intuition DrawImage
  8261.         function.  Binary only.
  8262.         Author:  Denis Green
  8263.  
  8264. NetHack     This is part 2 of a two part distribution of NetHack,
  8265.         which was too large to fit on a single disk, even when
  8266.         zoo'd.  Part 1 is on disk 189.  Both parts, along with
  8267.         zoo to unpack them, are required to use or rebuild
  8268.         NetHack.  This is version 2.3, and includes source.  
  8269.         Author:  Various; Amiga work by Olaf Seibert
  8270.  
  8271. ==========================  Contents of Disk 191  ==========================
  8272.  
  8273. This is disk 191 of the freely distributable AMIGA software library.
  8274. Below is a listing of the significant directories and their contents.
  8275.  
  8276.  
  8277. BlitLab     Blitlab is a program which lets you experiment with
  8278.         the blitter, to your hearts content, in relative safety.
  8279.         It opens a workbench window with gadgets for all the 
  8280.         registers of the blitter, and allows you to manipulate
  8281.         individual registers and perform blits on a magnified
  8282.         bitmap.  This is version 1.4, an update to the version
  8283.         released on disk number 84.  Includes source.
  8284.         Author:  Tomas Rokicki
  8285.  
  8286. Blk     A requester making tool employing various recursive
  8287.         algorithms including a recursive parser.  It takes input
  8288.         text files and converts them to C-source for including as
  8289.         requester declarations.  This is an update to the version
  8290.         released on disk 152, with many enhancements.  Includes
  8291.         source.
  8292.         Author: Stuart Ferguson
  8293.  
  8294. FileBootBlock   This simple little program reads blocks 0 and 1 of a
  8295.         bootable disk and saves them as a program file that can
  8296.         be run (heaven forbid) or disassembled by programs like
  8297.         DIS or DSM.  Includes source in assembly code.
  8298.         Author:  John Veldthuis
  8299.  
  8300. ISpell      A port of a Unix version of a freely distributable
  8301.         screen oriented, interactive, spelling checker.
  8302.         This is an update to the version released on disk 54,
  8303.         with enhancements by Tomas Rokicki.  Version 2.0.02,
  8304.         includes source.  
  8305.         Author:  Pace Willisson; enhancements by Tomas Rokicki
  8306.  
  8307. Pz15        Computer version of those cheap plastic puzzles with
  8308.         15 white tiles numbered 1 through 15 and an empty square
  8309.         in a 4 by 4 arrangement.  This one is more challenging
  8310.         since you can't solve it by just prying out the pieces.
  8311.         Includes source.
  8312.         Author:  Mike Hall
  8313.  
  8314. ==========================  Contents of Disk 192  ==========================
  8315.  
  8316. This is disk 192 of the freely distributable AMIGA software library.
  8317. Below is a listing of the significant directories and their contents.
  8318.  
  8319.  
  8320. Eval        This package allows you to manipulate expressions.
  8321.         Currently its two main functions are evaluation and
  8322.         differentiation.  It also does some basic simplifica-
  8323.         tions (based on pattern matching) to make the result
  8324.         of a differentiation more presentable.  Includes source.
  8325.         Author:  David Gay
  8326.  
  8327. PacMan87    This is a nice little "pacman like" game with some new
  8328.         features like fire pits, stabbing knives, electric arcs
  8329.         and flame throwers, that must be avoided.  Has three levels
  8330.         of difficulty, easy, medium, and hard.  Sounds can be
  8331.         toggled on or off.  Keeps a record of the top ten scores.
  8332.         Shareware, binary only.
  8333.         Author:  Steve Jacobs and Jim Boyd
  8334.  
  8335. ReSourceDemo    A demo version of ReSource, an interactive disassembler
  8336.         for the Amiga.  This is a complete version except that
  8337.         the "save" features have been disabled.  Version 0.36,
  8338.         binary only.
  8339.         Author:  Glen McDiarmid
  8340.  
  8341. ==========================  Contents of Disk 193  ==========================
  8342.  
  8343. This is disk 193 of the freely distributable AMIGA software library.
  8344. Below is a listing of the significant directories and their contents.
  8345.  
  8346.  
  8347. KeyMapEd    Allows you to change the KeyMaps used with SetMap.
  8348.         This is a full featured editor providing support for
  8349.         normal, string and dead keys.  The keyboard represented
  8350.         is from an A2000/A500 but it is fully compatible with
  8351.         A1000 keyboards.  Version 1.02, includes source.
  8352.         Author:  Tim Friest
  8353.  
  8354. Zc      This is a modified version of the Sozobon C compiler
  8355.         from disk 171.  It has been modified to generate code
  8356.         compatible with the A68k assembler from disk 186 and
  8357.         a new frontend control program makes it easy to use
  8358.         like the UNIX "cc" frontend.  Version 1.01, includes
  8359.         source.
  8360.         Author:  Johann Ruegg; Amiga work by Joe Montgomery
  8361.  
  8362. ==========================  Contents of Disk 194  ==========================
  8363.  
  8364. This is disk 194 of the freely distributable AMIGA software library.
  8365. Below is a listing of the significant directories and their contents.
  8366.  
  8367.  
  8368. Moria       A single player dungeon simulation.  The object of the
  8369.         game is to defeat the Balrog, which lurks in the deepest
  8370.         levels of the dungeon.  You begin at the town level above
  8371.         the dungeon, where you may acquire supplies, weapons, armor,
  8372.         and magical devices by bartering with various shop owners,
  8373.         before descending into the dungeon to do battle.  Amiga
  8374.         enhancements include pull down menus, graphics mode, pickup
  8375.         mode, a continuous move mode, a real time mode, a message
  8376.         wait time mode, as well as other modifications to improve
  8377.         overall playability and to take advantage of the unique
  8378.         features of the Amiga.  Version 3.0, binary only, requires
  8379.         at least 1Mb of memory.
  8380.         Author:  Robert Alan Koeneke and others.  Amiga version
  8381.              by Richard Henderson and others.
  8382.  
  8383. ==========================  Contents of Disk 195  ==========================
  8384.  
  8385. This is disk 195 of the freely distributable AMIGA software library.
  8386. Below is a listing of the significant directories and their contents.
  8387.  
  8388.  
  8389. MicroEMACS  Version 3.10 of Daniel Lawrence's variant of Dave
  8390.         Conroy's microemacs.  This is an update to the version
  8391.         released on disk 119.  New features include multiple
  8392.         marks, more function key support, a better crypt algorithm,
  8393.         and end-of-word command, a command line switch for setting
  8394.         environment variables, new hooks for macros, a command
  8395.         to strip trailing whitespace, internationalization
  8396.         features like foreign language message support, horizontal
  8397.         window scrolling, much faster search algorithm, Amiga
  8398.         intuition support, and more.  Includes source and extensive
  8399.         online documentation.
  8400.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  8401.  
  8402. ==========================  Contents of Disk 196  ==========================
  8403.  
  8404. This is disk 196 of the freely distributable AMIGA software library.
  8405. Below is a listing of the significant directories and their contents.
  8406.  
  8407.  
  8408. HamPics     These are some of the most stunning digitized pictures
  8409.         yet for the Amiga.  They were scanned at a resolution
  8410.         of 4096 by 2800 pixels, 36-bits per pixel, on an
  8411.         Eikonix 1435 slide scanner, cropped, gamma corrected,
  8412.         scaled, and converted to Amiga IFF HAM files.  They are
  8413.         displayed with a special ILBM loader that handles
  8414.         overscan HAM images.  Includes source for the display
  8415.         program.
  8416.         Author:  Jonathan Hue
  8417.  
  8418. ==========================  Contents of Disk 197  ==========================
  8419.  
  8420. This is disk 197 of the freely distributable AMIGA software library.
  8421. Below is a listing of the significant directories and their contents.
  8422.  
  8423.  
  8424. CTags       Create a tags file from the specified C, Pascal, Fortran,
  8425.         YACC, lex, or lisp sources.  A tags file can be used
  8426.         by a cooperating editor to quickly locate specified
  8427.         objects in a program's source code.  Berkeley version
  8428.         4.7, includes source.
  8429.         Author:  Ken Arnold, Jim Kleckner, and Bill Joy
  8430.              Ported to Amiga by G. R. (Fred) Walter
  8431.  
  8432. Find        Find is a utility which searches for files that satisfy
  8433.         a given boolean expression of attributes, starting from
  8434.         a root pathname and searching recursively down through
  8435.         the hierarchy of the file system.  Very much like the
  8436.         Unix find program.  Version 1.2, includes source.
  8437.         This is an update to version 1.0 on disk 134.
  8438.         Author:  Rodney Lewis
  8439.  
  8440. FixHunk     A program to modify executable files to allow them to
  8441.         run in external memory.  It forces all DATA and BSS hunks
  8442.         in the file to be loaded into CHIP memory.  CODE hunks will
  8443.         still load into FAST ram if available.  New features
  8444.         include an interactive mode to select where each DATA or
  8445.         BSS hunk will load into memory, support for overlays,
  8446.         support for AC BASIC compiled programs, and support for
  8447.         new hunk types as used by "blink".  Version 2.1, binary
  8448.         only.  This is an update to version 1.2a on disk 36.
  8449.         Author: D.J. James
  8450.  
  8451. Nro     Another roff style text formatter.  This is version 1.5,
  8452.         an update to the version released on disk 79.  New features
  8453.         include generation of ANSI/ISO codes for bold, italics, and
  8454.         underline, more than one formatting command on a line,
  8455.         longer macro names, and many more formatting commands.
  8456.         Includes source.
  8457.         Author:  Unknown, posted to usenet by Alan Vymetalik
  8458.              Many enhancements by Olaf Seibert
  8459.  
  8460. Stevie      A public domain clone of the UNIX 'vi' editor.  Supports
  8461.         window-sizing, arrow keys, and the help key.  Version
  8462.         3.35a, includes source. This is an update to version
  8463.         3.10a on disk 166.
  8464.         Author: Various, Amiga work by G. R. (Fred) Walter
  8465.  
  8466. ==========================  Contents of Disk 198  ==========================
  8467.  
  8468. This is disk 198 of the freely distributable AMIGA software library.
  8469. Below is a listing of the significant directories and their contents.
  8470.  
  8471.  
  8472. Charon      Charon is Bradley's entry for the First Annual Badge
  8473.         Killer Demo Contest.  The text of the demo was written
  8474.         by Lord Dunsany (long before the Amiga).   Bradley
  8475.         created the illustrations and animation.  The sound
  8476.         track is a traditional Scottish tune "The Arran Boat".
  8477.         Author:  Lord Dunsany (1915), Bradley Schenck (1988)
  8478.  
  8479. ==========================  Contents of Disk 199  ==========================
  8480.  
  8481. This is disk 199 of the freely distributable AMIGA software library.
  8482. Below is a listing of the significant directories and their contents.
  8483.  
  8484.  
  8485. ASimplex    An implementation of the Simplex algorithm for solving
  8486.         linear programs.  It uses the standardized MPSX-format
  8487.         for input data files.  Version 1.2, includes source.
  8488.         Author:  Stefan Forster
  8489.  
  8490. Csh     Version 3.02a of a csh like shell derived from Matt
  8491.         Dillon's shell, version 2.07.  Includes many new or
  8492.         improved commands, some bug fixes, etc.  Includes source.
  8493.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  8494.  
  8495. MIDIsoft    A program to transfer sound samples between the Amiga
  8496.         and a Roland S-220.  Version 1.0, binary only.
  8497.         Author:  Dieter Bruns
  8498.  
  8499. Pyro        A screen blanking program that goes beyond the normal
  8500.         blanking process.  When there are no input events, pyro
  8501.         takes over and starts a little fireworks display in
  8502.         color.  Version 1.1, binary only.
  8503.         Author:  Steve Jacobs and Jim Boyd
  8504.  
  8505. SnipDemo    Demo version 1.23 of signal processing program sold
  8506.         by Digital Dynamics.  Binary only.
  8507.         Author:  John Hodgson
  8508.  
  8509. Viewer      A very small program for displaying IFF pictures
  8510.         of any resolution.  This one is written in assembly
  8511.         code and is only 988 bytes long.  Binary only.
  8512.         Author:  Mike McKittrick
  8513.  
  8514. ==========================================================================
  8515.  
  8516.  
  8517.  
  8518. This is disk 200 of the freely distributable AMIGA software library.
  8519. Below is a listing of the significant directories and their contents.
  8520.  
  8521.  
  8522. NotBoingAgain   This is Dr. Gandalf's entry for the First Annual
  8523.         Badge Killer Demo Contest.  It is an interlaced
  8524.         HAM animation with nicely integrated sound effects.
  8525.         It is a great visual pun on the original Boing
  8526.         demo, but to say anymore would ruin the effect.
  8527.         Binary only, requires 1 Mb of memory.
  8528.         Author:  Dr. Gandalf (Eric J. Fleischer, MD)
  8529.  
  8530. Tank        This is Vincent's entry for the First Annual Badge
  8531.         Killer Demo Contest.  It is an animation of a
  8532.         "fishtank simulator", with sound effects and a cute
  8533.         twist.  Binary only.
  8534.         Author:  Vincent H. Lee
  8535.